##// END OF EJS Templates
Updated the snow white theme.
neko259 -
r48:699a1a73 default
parent child Browse files
Show More
@@ -176,4 +176,16 b' a {'
176
176
177 .post > .message .get {
177 .post > .message .get {
178 color: #182F6F; font-weight: bold;
178 color: #182F6F; font-weight: bold;
179 }
180
181 .dead_post {
182 background: #FFF;
183 border-bottom: 1px solid #182F6F;
184 margin: 0 1ex 1em 1ex;
185 overflow-x: auto;
186 padding-bottom: 1em;
187 clear: left;
188 }
189 .dead_post > .metadata {
190 background: #eee;
179 } No newline at end of file
191 }
General Comments 0
You need to be logged in to leave comments. Login now