From ec96d2a0ae93010b0fcdae2bdfb40390ca952529 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 12 Nov 2008 15:26:36 +0100 Subject: More CSS magic for the copyright and licensing footers. --- local.css | 17 +++++++++++------ 1 file 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 { -- cgit v1.2.3