diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-11 19:42:52 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-11 19:42:52 +0200 |
commit | 15493df62db830a0834a74c240bbb9d8889ae1de (patch) | |
tree | fc3cdb9f2c7659c2d6a1bfe04a34d2430629612c /tpl/css/style.css | |
parent | 82051a6a6a51cb247e1402d4649178a767cd81b1 (diff) | |
download | wallabag-15493df62db830a0834a74c240bbb9d8889ae1de.tar.gz wallabag-15493df62db830a0834a74c240bbb9d8889ae1de.tar.zst wallabag-15493df62db830a0834a74c240bbb9d8889ae1de.zip |
fixed #114 : minimum & maximum scale removed
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r-- | tpl/css/style.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index de82a822..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 | ||
@@ -244,5 +239,5 @@ footer { | |||
244 | } | 239 | } |
245 | 240 | ||
246 | .reading-time { | 241 | .reading-time { |
247 | font-size: 13px; | 242 | font-size: 0.8em; |
248 | } \ No newline at end of file | 243 | } \ No newline at end of file |