Difference between revisions of "User:Chase-san/monobook.css"
Jump to navigation
Jump to search
m (more minor) |
m (Just updating my CSS because the new liquid threads bug me.) |
||
Line 1: | Line 1: | ||
body { | body { | ||
− | font-size: 12px; | + | font-size: 12px; |
+ | } | ||
+ | .lqt-post-wrapper { | ||
+ | border-style: solid none none solid; | ||
+ | border-color: silver; | ||
+ | border-width: 1px !important; | ||
+ | background: #fff; | ||
+ | } | ||
+ | |||
+ | .thread-collapse-control > a { | ||
+ | background: none; | ||
+ | width: 10px; | ||
+ | height: 10px; | ||
+ | border: 1px solid silver; | ||
} | } |
Revision as of 06:35, 9 May 2013
body {
font-size: 12px;
}
.lqt-post-wrapper {
border-style: solid none none solid;
border-color: silver;
border-width: 1px !important;
background: #fff;
}
.thread-collapse-control > a {
background: none;
width: 10px;
height: 10px;
border: 1px solid silver;
}