MediaWiki:Common.css: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
No edit summary
imported>Paulproteus
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 7: Line 7:
/* This page wants no section numbering */
/* This page wants no section numbering */
body.page-Django_for_Designers .tocnumber { display: none; }
body.page-Django_for_Designers .tocnumber { display: none; }

/* div.instructor { display: none; } */
/* body.instructor */ div.instructor { display: block; border-left: 5px solid yellow; padding-left: 3px; }

Latest revision as of 19:24, 13 March 2013

/* CSS placed here will be applied to all skins */
.page-Bug_trackers .editsection { display: none; }

#bodyContent a[href^="https://openhatch.org"] {
   padding-right: 0; background: none;
}
/* This page wants no section numbering */
body.page-Django_for_Designers .tocnumber { display: none; }

/* div.instructor { display: none; } */
/* body.instructor */ div.instructor { display: block; border-left: 5px solid yellow; padding-left: 3px; }