aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tpl/css/style.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index 85df6e95..1ae3a601 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -103,6 +103,10 @@ a, a:hover, a:visited {
103 list-style-type: none; 103 list-style-type: none;
104} 104}
105 105
106#main .entrie .tools + p {
107 min-height: 5.5em;
108}
109
106/* 110/*
107#main .entrie .tools li { 111#main .entrie .tools li {
108 display: inline; 112 display: inline;
@@ -150,6 +154,11 @@ a, a:hover, a:visited {
150#article { 154#article {
151 margin: 0 auto; 155 margin: 0 auto;
152} 156}
157
158#article header, #article article {
159 border-bottom: 1px solid #222;
160}
161
153#article header { 162#article header {
154 text-align: left; 163 text-align: left;
155} 164}
@@ -180,14 +189,6 @@ a, a:hover, a:visited {
180} 189}
181 190
182 191
183/*** ***/
184/*** ARTICLE PAGE ***/
185
186#article header, #article article {
187 border-bottom: 1px solid #222;
188}
189
190
191/* Pagination */ 192/* Pagination */
192.pagination { 193.pagination {
193 clear: both; 194 clear: both;