diff options
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 |