Template:Team:Concordia/CSS
From 2014.igem.org
(Difference between revisions)
Amitmalhotra (Talk | contribs) |
Amitmalhotra (Talk | contribs) |
||
Line 6: | Line 6: | ||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;}; | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;}; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
#globalWrapper, #content { | #globalWrapper, #content { | ||
Line 60: | Line 55: | ||
background-color:transparent; | background-color:transparent; | ||
} | } | ||
+ | |||
+ | * { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | |||
+ | -webkit-font-smoothing: antialiased; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | |||
/*Main Page and Generic Header + Body *****************************************/ | /*Main Page and Generic Header + Body *****************************************/ | ||
Revision as of 22:50, 12 August 2014