Difference between revisions of "User:Chase-san/monobook.css"

From Robowiki
Jump to navigation Jump to search
m (more minor)
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
body {
+
.lqt-post-wrapper {
font-size: 12px;
+
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;
 
}
 
}

Latest revision as of 16:27, 21 May 2013

.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;
}