陳沛鴻 Styling tricks
From 2014hs.igem.org
(Difference between revisions)
(Created page with "- →Removes header footer and borders: #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { border: none; he...") |
|||
Line 1: | Line 1: | ||
+ | <head> | ||
+ | |||
/* Removes header footer and borders */ | /* Removes header footer and borders */ | ||
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
Line 7: | Line 9: | ||
#content { | #content { | ||
border: none;} | border: none;} | ||
+ | |||
+ | |||
+ | </head> |
Revision as of 01:10, 4 May 2014
<head>
/* Removes header footer and borders */
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;}
- top-section {
border: none; height: 0px;}
- content {
border: none;}
</head>