diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 13:02:58 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 13:02:58 +0100 |
commit | 68e20616663e048d47297ff251f64081b1d1fe3a (patch) | |
tree | 354207f3169a59e305456beaa44db2a68805de82 /themes/default/css | |
parent | 7b171c73400ff2c0b8f3634e35d186b22176759b (diff) | |
download | wallabag-68e20616663e048d47297ff251f64081b1d1fe3a.tar.gz wallabag-68e20616663e048d47297ff251f64081b1d1fe3a.tar.zst wallabag-68e20616663e048d47297ff251f64081b1d1fe3a.zip |
[add] tags displaying
Diffstat (limited to 'themes/default/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 | } |