From 1f6b199467b55822807a4e334b1a1a40ca0ca9da Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Sun, 17 Feb 2008 16:35:52 +0000 Subject: Added new skin (to look for bugs in view-files). Changed table headers for some view-files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@729 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/ice/ice.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/ice/ice.css') diff --git a/www/ice/ice.css b/www/ice/ice.css index 347fda6..f019cc0 100644 --- a/www/ice/ice.css +++ b/www/ice/ice.css @@ -33,7 +33,7 @@ input { border: 1px solid #ccc; } hr { - background-color: #ff9933; + background-color: white; height: 3px; } .error { @@ -49,6 +49,10 @@ input.error,select.error,textarea.error { .mute { color: #777; } +.header { + background: #cccccc; + font-weight: bold; +} pre { font-family: monospace; font-size: 10pt; -- cgit v1.2.3