diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-11-30 15:19:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-11-30 15:19:23 +0000 |
commit | 9e623571feaa92c02bced8a05457ed7df9a22be6 (patch) | |
tree | d03f07a4319d21f8c3d21a7c838c13897cdee27c | |
parent | 800a58f571e4f6cd4288653abf505cc385eb8d2d (diff) | |
download | brdo-9e623571feaa92c02bced8a05457ed7df9a22be6.tar.gz brdo-9e623571feaa92c02bced8a05457ed7df9a22be6.tar.bz2 |
- 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.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |