aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r--tpl/css/style.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index 85df6e95..d4e6c12c 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -150,6 +150,11 @@ a, a:hover, a:visited {
150#article { 150#article {
151 margin: 0 auto; 151 margin: 0 auto;
152} 152}
153
154#article header, #article article {
155 border-bottom: 1px solid #222;
156}
157
153#article header { 158#article header {
154 text-align: left; 159 text-align: left;
155} 160}
@@ -180,14 +185,6 @@ a, a:hover, a:visited {
180} 185}
181 186
182 187
183/*** ***/
184/*** ARTICLE PAGE ***/
185
186#article header, #article article {
187 border-bottom: 1px solid #222;
188}
189
190
191/* Pagination */ 188/* Pagination */
192.pagination { 189.pagination {
193 clear: both; 190 clear: both;