diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -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 { |