diff options
author | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-12-04 13:55:42 +0100 |
---|---|---|
committer | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-12-04 13:55:42 +0100 |
commit | 067e66acfee19019ea3c1efa7f4ea305259bbd74 (patch) | |
tree | d87cedd3f323a510e0f8fcd1b1d91f859441e8af /inc/shaarli.css | |
parent | ab0638edb0b23e404e05c88c1029b98ad4dd9613 (diff) | |
download | Shaarli-067e66acfee19019ea3c1efa7f4ea305259bbd74.tar.gz Shaarli-067e66acfee19019ea3c1efa7f4ea305259bbd74.tar.zst Shaarli-067e66acfee19019ea3c1efa7f4ea305259bbd74.zip |
Corrected overlapping tags
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 52a48208..36daa51c 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -239,7 +239,7 @@ cursor:pointer; | |||
239 | .linkdescription { color:#000; margin-top:0; margin-bottom:12px; font-weight:normal; max-height:400px; overflow:auto; } | 239 | .linkdescription { color:#000; margin-top:0; margin-bottom:12px; font-weight:normal; max-height:400px; overflow:auto; } |
240 | .linkdescription a { text-decoration: none; color:#3465A4; } | 240 | .linkdescription a { text-decoration: none; color:#3465A4; } |
241 | .linkdescription a:hover { color:#F57900; } | 241 | .linkdescription a:hover { color:#F57900; } |
242 | .linktaglist { padding-top:10px;} | 242 | .linktaglist { padding-top:10px; line-height:200%;} |
243 | .linktag { | 243 | .linktag { |
244 | 244 | ||
245 | font-size:9pt; | 245 | font-size:9pt; |