MediaWiki

Mobile.css: Difference between revisions

No edit summary
No edit summary
Line 6: Line 6:


table td tr th {
table td tr th {
border:0px solid #FF0000;
  border:1px solid #transparent;
}
}

Revision as of 09:06, 1 November 2015

/* CSS placed here will affect users of the mobile site */

.mobilehide {
    display: none; 
}

table td tr th {
   border:1px solid #transparent;
}