diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-11 20:16:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-11 20:16:26 +0000 |
commit | 5ac59aacd2c5d60155b7236c588bed2e750b3e04 (patch) | |
tree | 8b18b295a9c9ad90149be5fa4e82d5c71ad5667c /themes | |
parent | 6f80df7762e08c7363f9c5ae86283393eb4ff487 (diff) | |
download | brdo-5ac59aacd2c5d60155b7236c588bed2e750b3e04.tar.gz brdo-5ac59aacd2c5d60155b7236c588bed2e750b3e04.tar.bz2 |
- Applied patch #4949: node_prepare() wastes resources. Patch by Goba.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/xtemplate/xtemplate.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index f837b1a36..3f1862ac3 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -242,7 +242,7 @@ table { /* ** Module specific styles */ -#aggregator .info { +#aggregator .feed { background-color: #eee; border: 1px solid #ccc; padding: 1em; |