##// END OF EJS Templates
Removed duplication borders in the post list
neko259 -
r667:327aa75a default
parent child Browse files
Show More
@@ -58,6 +58,18 b' body {'
58 border-bottom: 1px solid #777;
58 border-bottom: 1px solid #777;
59 }
59 }
60
60
61 .post + .post {
62 border-top: none;
63 }
64
65 .dead_post + .dead_post {
66 border-top: none;
67 }
68
69 .archive_post + .archive_post {
70 border-top: none;
71 }
72
61 .metadata {
73 .metadata {
62 padding-top: 5px;
74 padding-top: 5px;
63 margin-top: 10px;
75 margin-top: 10px;
General Comments 0
You need to be logged in to leave comments. Login now