MediaWiki:Common.css

From RhetorClick

(Difference between revisions)
Jump to: navigation, search
 
(4 intermediate revisions not shown)
Line 13: Line 13:
}
}
-
body {
+
/* Add space between paragraphs */
-
max-width: 1000px;
+
-
}
+
-
#mw-head {
+
#bodyContent p+p {
-
max-width: 1000px;
+
margin-top: .8em;
}
}

Latest revision as of 02:57, 18 January 2011

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

/* QUINN'S ADDITIONS */

/* Hide some of the footer links */

#footer ul#footer-places {
	display: none;
	}

#footer-icons { 
	display: none;
	}

/* Add space between paragraphs */

#bodyContent p+p {
	margin-top: .8em;
	}
Personal tools
Namespaces
Variants
Actions
Site Navigation
Wiki Help
Toolbox