Jump to: navigation, search

Difference between revisions of "MediaWiki:Mobile.css"


Line 2: Line 2:
 
table, tbody, tr, th, td {
 
table, tbody, tr, th, td {
 
   border: none;
 
   border: none;
   display: block;
+
   /*display: block;*/
 
}
 
}
  

Revision as of 10:48, 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;
}