diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-09 08:25:16 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-09 08:25:16 +0200 |
commit | d91787589bfd7541a99032cc23243165dc1572c4 (patch) | |
tree | ad7246e41e5acbb87eafafbbdd3c95f0ea7a0c18 /tpl/css/style.css | |
parent | 3d8bded89e880aa28a1b17422c5bb3d9def28026 (diff) | |
download | wallabag-d91787589bfd7541a99032cc23243165dc1572c4.tar.gz wallabag-d91787589bfd7541a99032cc23243165dc1572c4.tar.zst wallabag-d91787589bfd7541a99032cc23243165dc1572c4.zip |
fix #113 - reading time
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r-- | tpl/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index d23c1896..de82a822 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -241,4 +241,8 @@ a, a:hover, a:visited { | |||
241 | 241 | ||
242 | footer { | 242 | footer { |
243 | clear: both; | 243 | clear: both; |
244 | } | ||
245 | |||
246 | .reading-time { | ||
247 | font-size: 13px; | ||
244 | } \ No newline at end of file | 248 | } \ No newline at end of file |