diff --git a/README.md b/README.md
index e573085a1259d23ffdcd3c72e94eeb9ca99039cf..5504b820c5579665b2e92db552613b559810da15 100644
--- a/README.md
+++ b/README.md
@@ -121,14 +121,12 @@ See the LICENSE file. Note that this license relates only to the content of this
 - Artifacts on GitHub?
 - Refactor most of the old initial files.
 - Title Page.
-- Enhance show.html
 - Improve I18n.
 - 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?
 - Support editing "p" (not only in "description"), "li", "td".
 - Better rendering of specs with text content, e.g. 33A.
-- Navigate by: tags, commercial examples, specs
 - Handling IDs correctly in editor and when saving.
 - modifying parts of whole document addressed by getPathTo().
+- Navigate by: tags, commercial examples, specs
+- Render og, fg, srm in additional units.
diff --git a/web/show.css b/web/show.css
index 05f0dfbb42b1413743194572c6439ef84dca4edd..b96acb704df41a6ec147f6f06416c205e9cd96d5 100644
--- a/web/show.css
+++ b/web/show.css
@@ -71,11 +71,11 @@ styleguide div.table-head, styleguide div[class*="table-head"] {
     padding: 10px 0px;
     font-weight: bold;
 }
-styleguide div.table-row, styleguide div[class*="row"] {
+styleguide div.table-row, styleguide div[class*="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;
     padding: 0px 10px;
     margin: 0px 10px;