Jump to: navigation, search

Difference between revisions of "MediaWiki:Mobile.css"


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, th, td {
  border:none;
+
   border: none;
}
+
td {
+
   border:none;
+
 
}
 
}

Revision as of 10:02, 5 May 2015

/* CSS placed here will affect users of the mobile site */
table, th, td {
   border: none;
}