summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/local.css b/local.css
index f47922b7..519d0555 100644
--- a/local.css
+++ b/local.css
@@ -57,9 +57,7 @@ pre
padding: 0.5em;
}
-/* Format these elements table-like with the background of the upper element
- shinig through between the cells. TODO. This is currently achieved with
- ``border: white''. */
+/* Put these elements side by side. */
.pagedate,
.pagecopyright,
.pagelicense
@@ -67,9 +65,6 @@ pre
display: table-cell;
padding: 0.15em;
}
-
-/* Nullify the paragraph tag enclosing the copyright. Also nullify the
- paragraph tag following ``License:''. */
.pagecopyright p,
.pagelicense p
{