Difference between revisions of "MediaWiki:Mobile.css"
(Created page with "→CSS placed here will affect users of the mobile site: table { border:0px; } td { border:0px; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
table { | table { | ||
− | border: | + | border:none; |
} | } | ||
td { | td { | ||
− | border: | + | border:none; |
} | } |
Revision as of 09:44, 5 May 2015
/* CSS placed here will affect users of the mobile site */ table { border:none; } td { border:none; }