diff options
author | Michael Vogel <icarus@dabo.de> | 2012-03-10 15:50:35 +0100 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-03-10 15:50:35 +0100 |
commit | 74b3e9f273b019729d213f3ccaeba1bb11d61d24 (patch) | |
tree | dd6d72d425d2a95d95c3633b266ce673d4580d9a /view/theme | |
parent | e098147c24bd45bc15c14fc597bd101b66011458 (diff) | |
download | volse-hubzilla-74b3e9f273b019729d213f3ccaeba1bb11d61d24.tar.gz volse-hubzilla-74b3e9f273b019729d213f3ccaeba1bb11d61d24.tar.bz2 volse-hubzilla-74b3e9f273b019729d213f3ccaeba1bb11d61d24.zip |
Enabled Caching for items. Changed color of tags in diabook.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/diabook/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index 2d4670dca..0504ce96a 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -1277,14 +1277,14 @@ section { } .tag { /*background: url("../../../images/tag_b.png") repeat-x center left;*/ - color: #3465A4; + color: #999; padding-left: 3px; font-size: 12px; } .tag a { padding-right: 5px; /*background: url("../../../images/tag.png") no-repeat center right;*/ - color: #3465A4; + color: #999; } .wwto { position: absolute !important; |