##// END OF EJS Templates
Show only one border in the first last replies post when there are no skipped...
neko259 -
r826:eba030e9 default
parent child Browse files
Show More
@@ -254,6 +254,10 b' a:hover {'
254 254 border-right: solid 1px #777;
255 255 }
256 256
257 .last-replies > .post:first-child {
258 border-top: none;
259 }
260
257 261 .thread {
258 262 margin-bottom: 3ex;
259 263 margin-top: 1ex;
@@ -381,6 +385,7 b' li {'
381 385 margin-right: 3ex;
382 386 border-left: solid 1px #888;
383 387 border-right: solid 1px #888;
388 border-bottom: solid 1px #888;
384 389 background: #000;
385 390 }
386 391
General Comments 0
You need to be logged in to leave comments. Login now