Mobile.css: Difference between revisions
Visvatmadeva (talk | contribs) No edit summary |
Visvatmadeva (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
.mobilehide { | .mobilehide { | ||
display: none; | display: none; | ||
} | |||
#mainbanner { | |||
text-align:center; | |||
background:#f0f0f0; | |||
border-bottom:1px solid #ccc; | |||
border-top:1px solid #ccc; | |||
padding:0.3em; | |||
color:#B5BD64; | |||
font-family:georgia; | |||
font-size:150%; | |||
font-style:italic; | |||
} | } | ||
Revision as of 09:35, 1 November 2015
/* CSS placed here will affect users of the mobile site */
.mobilehide {
display: none;
}
#mainbanner {
text-align:center;
background:#f0f0f0;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
padding:0.3em;
color:#B5BD64;
font-family:georgia;
font-size:150%;
font-style:italic;
}