From 9e623571feaa92c02bced8a05457ed7df9a22be6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 30 Nov 2003 15:19:23 +0000 Subject: - Color-coded static nodes: they'll have a gray background to differentiate them from non-static nodes and to make the visitor scroll down for fresh content. --- themes/xtemplate/xtemplate.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 388090dba..4e1c937f0 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -152,6 +152,11 @@ table { font-size: 1.3em; color: #777; } +.static-node { + background: #eee; + border: solid 1px #ddd; + padding: 1em; +} .form-item label { font-size: 1em; color: #222; -- cgit v1.2.3