##// END OF EJS Templates
Some changes to SW theme.
neko259 -
r258:ddf63b7a default
parent child Browse files
Show More
@@ -148,11 +148,12 b' li {'
148 margin: 0 1ex 1em 1ex;
148 margin: 0 1ex 1em 1ex;
149 overflow-x: auto;
149 overflow-x: auto;
150 word-wrap: break-word;
150 word-wrap: break-word;
151 background: #FFF;
152 padding: 1ex;
153 border: 1px solid #666;
154 box-shadow: 1px 1px 2px 1px #666;
151 }
155 }
152 .last-replies > .post, #posts > .post {
156
153 border-bottom: 1px solid #182F6F;
154 padding-bottom: 1em;
155 }
156 #posts > .post:last-child {
157 #posts > .post:last-child {
157 border-bottom: none;
158 border-bottom: none;
158 padding-bottom: 0;
159 padding-bottom: 0;
@@ -223,15 +224,10 b' li {'
223 }
224 }
224
225
225 .thread > .post > .message > .post-info {
226 .thread > .post > .message > .post-info {
226 border-bottom: 2px solid #182F6F;
227 border-bottom: 1px solid #ccc;
227 padding-bottom: .5em;
228 padding-bottom: .5em;
228 }
229 }
229
230
230 .last-replies > .post:last-child {
231 border-bottom: none;
232 padding-bottom: 0;
233 }
234
235 :target .post_id {
231 :target .post_id {
236 background: #182F6F;
232 background: #182F6F;
237 color: #FFF;
233 color: #FFF;
General Comments 0
You need to be logged in to leave comments. Login now