Mobile.css: Difference between revisions
Visvatmadeva (talk | contribs) No edit summary |
Visvatmadeva (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
table, td, th { | table, td, th { | ||
border: | border-style:none; | ||
} | } |
Revision as of 07:34, 1 November 2015
/* CSS placed here will affect users of the mobile site */ .mobilehide { display: none; } table { width: 100%; } td { vertical-align: middle; } table, td, th { border-style:none; }