Skip to content
Snippets Groups Projects
Commit 1eada11b authored by Frank Steinberg's avatar Frank Steinberg
Browse files

Updated TODOs.

parent 34872538
No related branches found
No related tags found
No related merge requests found
...@@ -121,14 +121,12 @@ See the LICENSE file. Note that this license relates only to the content of this ...@@ -121,14 +121,12 @@ See the LICENSE file. Note that this license relates only to the content of this
- Artifacts on GitHub? - Artifacts on GitHub?
- Refactor most of the old initial files. - Refactor most of the old initial files.
- Title Page. - Title Page.
- Enhance show.html
- Improve I18n. - Improve I18n.
- Revamp editor, probably no longer as an overlay. - Revamp editor, probably no longer as an overlay.
- Improved navigation and dynamic layout.
- Fix ID display in front of style names. Make them searchable.
- Maybe, some keyboard control? - Maybe, some keyboard control?
- Support editing "p" (not only in "description"), "li", "td". - Support editing "p" (not only in "description"), "li", "td".
- Better rendering of specs with text content, e.g. 33A. - Better rendering of specs with text content, e.g. 33A.
- Navigate by: tags, commercial examples, specs
- Handling IDs correctly in editor and when saving. - Handling IDs correctly in editor and when saving.
- modifying parts of whole document addressed by getPathTo(). - modifying parts of whole document addressed by getPathTo().
- Navigate by: tags, commercial examples, specs
- Render og, fg, srm in additional units.
...@@ -71,11 +71,11 @@ styleguide div.table-head, styleguide div[class*="table-head"] { ...@@ -71,11 +71,11 @@ styleguide div.table-head, styleguide div[class*="table-head"] {
padding: 10px 0px; padding: 10px 0px;
font-weight: bold; font-weight: bold;
} }
styleguide div.table-row, styleguide div[class*="row"] { styleguide div.table-row, styleguide div[class*="table-row"] {
display: table-row; display: table-row;
} }
styleguide div.table-cell, styleguide div[class*="cell"] { styleguide div.table-cell, styleguide div[class*="table-cell"] {
display: table-cell; display: table-cell;
padding: 0px 10px; padding: 0px 10px;
margin: 0px 10px; margin: 0px 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment