diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-02-20 10:33:28 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-02-20 10:33:28 +0100 |
| commit | 8e4098cfbfdfbd8392e2cf6ff708b6827d5795b1 (patch) | |
| tree | 1af04aa72851635e5d64a2ffc9d75700a3af7103 /themes/compat/theme.css | |
| parent | 8a8f7c55657451ae22fcadf102e5c2a7b502a1a8 (diff) | |
compat theme compatibility tweaks (2)
Diffstat (limited to 'themes/compat/theme.css')
| -rw-r--r-- | themes/compat/theme.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css index 94bade828..1c820f42d 100644 --- a/themes/compat/theme.css +++ b/themes/compat/theme.css @@ -936,3 +936,17 @@ div.return a:hover { background-repeat : repeat-x; border-color : #c0c0c0; } + + +div.topLinks a { + color : #5050aa; +} + +div.tagCloudContainer { + border : 1px solid #c0c0c0; +} + +div.infoBoxContents a { + color : #5050aa; +} + |