Difference between revisions of "MediaWiki:Common.css"

From Documentation
Jump to navigation Jump to search
(Created page with "→‎Fix the formatting on the main page using overwrites: .page-Category_Contents li#ca-talk { display: none !important; } .page-Main_Page li#ca-talk { display: none !important;...")
 
Line 1: Line 1:
 
/* Fix the formatting on the main page using overwrites */
 
/* Fix the formatting on the main page using overwrites */
.page-Category_Contents li#ca-talk { display: none !important; }
+
#ca-talk { display: none !important; }
 
.page-Main_Page li#ca-talk { display: none !important; }
 
.page-Main_Page li#ca-talk { display: none !important; }
 
.page-Main_Page div#content { padding-top: 0px !important; }
 
.page-Main_Page div#content { padding-top: 0px !important; }

Revision as of 17:18, 16 March 2012

/* Fix the formatting on the main page using overwrites */
#ca-talk { display: none !important; }
.page-Main_Page li#ca-talk { display: none !important; }
.page-Main_Page div#content { padding-top: 0px !important; }
.page-Main_Page div#siteNotice { padding-top: 15px !important; }
.page-Main_Page h1#firstHeading {
     border-bottom: 1px solid #fff !important;
}