summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/local.css b/local.css
index 1485b991..435c278a 100644
--- a/local.css
+++ b/local.css
@@ -24,9 +24,6 @@
copyright assignment notice, buttons and footer are visible at once, without
having to scroll. This means that the text editing box should be resized in
height as needed (within limits, of course). --tschwinge
-
- (2) `.pagecopyright' and `.pagelicense' should get the spacing between them
- removed and should get some margins.
*/
@@ -68,15 +65,23 @@ pre
.pagelicense
{
display: table-cell;
- border-left: solid 7px white;
- border-right: solid 7px white;
+ padding: 0.15em;
}
-/* Nullify the paragraph tag following ``License:''. */
+/* Nullify the paragraph tag enclosing the copyright. Also nullify the
+ paragraph tag following ``License:''. */
+.pagecopyright p,
.pagelicense p
{
display: inline;
}
+/* But add some spacing between them. */
+.pagedate + .pagecopyright,
+.pagedate + .pagelicense,
+.pagecopyright + .pagelicense
+{
+ padding-left: 1em;
+}
.header
{