##// END OF EJS Templates
Small style changes
neko259 -
r532:54ff337b default
parent child Browse files
Show More
@@ -232,6 +232,7 b' a:hover {'
232 232
233 233 .last-replies {
234 234 margin-left: 3ex;
235 margin-right: 3ex;
235 236 }
236 237
237 238 .thread {
@@ -9,8 +9,4 b''
9 9 .thread {
10 10 border-left: solid 2px #888;
11 11 border-right: solid 2px #888;
12 }
13
14 .last-replies {
15 margin-right: 3ex;
16 }
12 } No newline at end of file
@@ -87,12 +87,13 b' li {'
87 87 margin: 1em 1ex;
88 88 padding: 1ex;
89 89 }
90 .post-form {
90
91 #form {
91 92 display: table;
92 93 border-collapse: collapse;
93 94 width: 100%;
95 }
94 96
95 }
96 97 .form-row {
97 98 display: table-row;
98 99 }
@@ -102,6 +103,7 b' li {'
102 103 }
103 104 .form-label {
104 105 padding: .25em 1ex .25em 0;
106 width: 14ex;
105 107 }
106 108 .form-input {
107 109 padding: .25em 0;
General Comments 0
You need to be logged in to leave comments. Login now