Jump to: navigation, search

Difference between revisions of "MediaWiki:Mobile.css"


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

Revision as of 10:29, 5 May 2015

/* CSS placed here will affect users of the mobile site */
table, th, td {
   border: none;
}
 
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;
}