summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-12 15:26:36 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-11-12 15:26:36 +0100
commitec96d2a0ae93010b0fcdae2bdfb40390ca952529 (patch)
tree69d0d8c7281db87a3983fb4353fba9dc8a61a673 /local.css
parent08243e826be7508e3c92841cc332d3bd43357b00 (diff)
More CSS magic for the copyright and licensing footers.
Diffstat (limited to 'local.css')
-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
{