From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
m (Cleanup)
(tweak)
Line 1: Line 1:
These templates go at the top of pages. They are usually placed to show that a page needs work, and as such, some are only visible to those who change their user CSS to ''make'' them visible. This can be achieved by going to [[Special:Mypage/BlueCloud.css]] and adding the following CSS:
These templates go at the top of pages. They are usually placed to show that a page needs work, and as such, some are only visible to those who change their user CSS to ''make'' them visible. This can be achieved by going to [[Special:Mypage/BlueCloud.css]] and adding the following CSS:
<pre>.developer_header_box
<pre>.developer_header_box {
{
display: block;
display: block;
}</pre>
}</pre>


[[Category:Templates]]
[[Category:Templates]]

Revision as of 10:21, 7 August 2009

These templates go at the top of pages. They are usually placed to show that a page needs work, and as such, some are only visible to those who change their user CSS to make them visible. This can be achieved by going to Special:Mypage/BlueCloud.css and adding the following CSS:

.developer_header_box {
	display: block;
}