From 5484f279ab10a68fff2fff8ceae86a11a80d5d96 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 24 Mar 2008 18:22:24 +0100 Subject: local.css: More eye-candy displaying of the page footers (creation date, copyright, licensing). --- local.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 4d138fa8..ce1d9fbf 100644 --- a/local.css +++ b/local.css @@ -73,6 +73,24 @@ h1, h2, h3, h4, h5, h6, table, p, ol, ul, li, div, pre, hr clear: none; } +/* 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''. */ +.pagedate, +.pagecopyright, +.pagelicense +{ + display: table-cell; + border-left: solid 7px white; + border-right: solid 7px white; +} + +/* Nullify the paragraph tag following ``License:''. */ +.pagelicense p +{ + display: inline; +} + .header { background-color: #f0f0f0; -- cgit v1.2.3