diff options
author | nodiscc <nodiscc@gmail.com> | 2015-02-07 19:50:27 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-02-07 19:50:27 +0100 |
commit | aa69403cfff6734243f74a14251afd775bacc11a (patch) | |
tree | 03fb842729fefa0ab23faefb1b9830598ea2cc06 /inc/shaarli.css | |
parent | 7d0a0d8a7adf11b5ed41248d35645fc350b85f55 (diff) | |
parent | ed5b38ddd249c0e50eec7e06e74c9d1c2e864dab (diff) | |
download | Shaarli-aa69403cfff6734243f74a14251afd775bacc11a.tar.gz Shaarli-aa69403cfff6734243f74a14251afd775bacc11a.tar.zst Shaarli-aa69403cfff6734243f74a14251afd775bacc11a.zip |
Merge pull request #63 from pikzen/permaoptions
New option ENABLE_RSS_PERMALINKS: choose whether the RSS item title link points directly to the link, or to the entry on Shaarli (permalink)
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 325515ef..f6e580ba 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -1039,6 +1039,10 @@ div.dailyNoEntry { | |||
1039 | } | 1039 | } |
1040 | } | 1040 | } |
1041 | 1041 | ||
1042 | #toolsdiv a.button-description { | ||
1043 | clear: none; | ||
1044 | } | ||
1045 | |||
1042 | /* Highlight search results */ | 1046 | /* Highlight search results */ |
1043 | .highlight { | 1047 | .highlight { |
1044 | background-color: #FFFF33; | 1048 | background-color: #FFFF33; |