From afc9e3c084fa14da285862e9bda503ecf814804a Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 10 Jan 2008 12:59:36 +0000 Subject: Added some modifications to stylesheet git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@527 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/static/static.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/www/static/static.css b/www/static/static.css index 1915ed2..940b907 100644 --- a/www/static/static.css +++ b/www/static/static.css @@ -54,6 +54,8 @@ hr { font-size: 11pt; font-weight: bold; color: #f33; + margin: 0; + padding: 0; } .mute { color: #777; @@ -327,7 +329,7 @@ body { clear: both; height: 14px; padding: 0px 0px 0px 15px; - margin: 20px 0px 2px -5px; + margin: 0px 0px 2px -5px; text-decoration: none; font-size: 12px; font-weight: thin; @@ -374,6 +376,14 @@ body { font-weight: light; /* background: green; */ } +#content dd p { + display: inline; + margin-left: 10px; + font-style: italic; +/* background: green; */ +} + + #content dd.error { color: red; } -- cgit v1.2.3