diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-12 01:48:24 -0800 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-12 01:48:24 -0800 |
commit | 05d6dd487ceaf8c00510ebe5e0e762fcc11df691 (patch) | |
tree | ebe6a344aa054a37c1c2d2e54efc59a67930e873 /themes/default/css/style.css | |
parent | d460914f65254d201911a8346792d680218c8dc3 (diff) | |
parent | 6bf4702608e4f32d66a9840ec93461f653315a76 (diff) | |
download | wallabag-05d6dd487ceaf8c00510ebe5e0e762fcc11df691.tar.gz wallabag-05d6dd487ceaf8c00510ebe5e0e762fcc11df691.tar.zst wallabag-05d6dd487ceaf8c00510ebe5e0e762fcc11df691.zip |
Merge pull request #356 from inthepoche/tags
Tags feature
Diffstat (limited to 'themes/default/css/style.css')
-rw-r--r-- | themes/default/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 670eb50f..2088ee2e 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css | |||
@@ -176,6 +176,12 @@ a:visited { | |||
176 | text-decoration: none; | 176 | text-decoration: none; |
177 | } | 177 | } |
178 | 178 | ||
179 | #article .tags { | ||
180 | font-size: 0.8em; | ||
181 | color: #888; | ||
182 | padding-bottom: 5px; | ||
183 | } | ||
184 | |||
179 | .backhome { | 185 | .backhome { |
180 | display: inline; | 186 | display: inline; |
181 | } | 187 | } |