diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-12 05:14:04 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-12 05:14:04 -0700 |
commit | 667009727a38890eb651815843c1bc02869a4119 (patch) | |
tree | fc3cdb9f2c7659c2d6a1bfe04a34d2430629612c /tpl/css | |
parent | 82757801b9e9cdc8806c0005c290f05124f91ba6 (diff) | |
parent | 15493df62db830a0834a74c240bbb9d8889ae1de (diff) | |
download | wallabag-667009727a38890eb651815843c1bc02869a4119.tar.gz wallabag-667009727a38890eb651815843c1bc02869a4119.tar.zst wallabag-667009727a38890eb651815843c1bc02869a4119.zip |
Merge pull request #132 from inthepoche/dev
merge with beta2
Diffstat (limited to 'tpl/css')
-rw-r--r-- | tpl/css/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index d23c1896..e2a512f7 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -120,11 +120,6 @@ header h1 { | |||
120 | height: 16px; | 120 | height: 16px; |
121 | } | 121 | } |
122 | 122 | ||
123 | #main .entrie .url { | ||
124 | font-size: 13px; | ||
125 | } | ||
126 | |||
127 | |||
128 | /*** ***/ | 123 | /*** ***/ |
129 | /*** ARTICLE PAGE ***/ | 124 | /*** ARTICLE PAGE ***/ |
130 | 125 | ||
@@ -241,4 +236,8 @@ a, a:hover, a:visited { | |||
241 | 236 | ||
242 | footer { | 237 | footer { |
243 | clear: both; | 238 | clear: both; |
239 | } | ||
240 | |||
241 | .reading-time { | ||
242 | font-size: 0.8em; | ||
244 | } \ No newline at end of file | 243 | } \ No newline at end of file |