Difference between revisions of "Thread:Talk:Main Page/MediaWiki update/reply (3)"

From Robowiki
Jump to navigation Jump to search
m (Reply to MediaWiki update)
 
m
 
Line 16: Line 16:
 
}
 
}
 
</pre>
 
</pre>
 +
 +
Depending on how you apply it, you may need to include a few more <code>!important</code> tags, I tested it in Stylish on Google Chrome.

Latest revision as of 12:39, 8 May 2013

Using this CSS will make the new liquid threads more tolerable (at least to me).

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

Depending on how you apply it, you may need to include a few more !important tags, I tested it in Stylish on Google Chrome.