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

From Robowiki
Jump to navigation Jump to search
m (Just what it says.)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#globalWrapper {  
+
.lqt-post-wrapper {
font-size: 80%;
+
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;
}