MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Nate Russell (talk | contribs) Created page with "→CSS placed here will affect users of the mobile site: table{ border-style: solid; border-width: 0px; } .content table td, .content table th { border: 0px;" |
Nate Russell (talk | contribs) No edit summary Tag: mobile edit |
||
| Line 7: | Line 7: | ||
.content table td, .content table th { | .content table td, .content table th { | ||
border: 0px; | border: 0px; | ||
.noprint { | |||
display:none | |||
} | |||
Revision as of 05:07, 6 June 2015
/* CSS placed here will affect users of the mobile site */
table{
border-style: solid;
border-width: 0px;
}
.content table td, .content table th {
border: 0px;
.noprint {
display:none
}