MediaWiki:Common.css: Difference between revisions

From FembotWiki
Jump to navigation Jump to search
(story/paragraph formatting)
 
No edit summary
Line 2: Line 2:


.story p { margin-top: 2ex; text-indent: 3em; }
.story p { margin-top: 2ex; text-indent: 3em; }
/** Hide Tools upload link */
li#t-upload
{
display:none;
}

Revision as of 03:01, 18 September 2019

/** CSS placed here will be applied to all skins */

.story p { margin-top: 2ex; text-indent: 3em; }

/** Hide Tools upload link */
li#t-upload
{
	display:none;
}