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, th, td {
+
table, tbody, tr, th, td {
 
   border: none;
 
   border: none;
 +
  display: block;
 
}
 
}
  

Revision as of 10:45, 5 May 2015

/* CSS placed here will affect users of the mobile site */
table, tbody, tr, th, td {
   border: none;
   display: block;
}
 
span.mp-productsLink a {
   font-family: inherit;
   font-size: 1.5em; /* IE doesn't like inherit here */
   font-weight: bold;
   font-style: italic;
   text-decoration:none; 
   color: #272e65;
}