Difference between revisions of "MediaWiki:Mobile.css"

From Yo-Kai Watch Wiki
Jump to: navigation, search
Line 7: Line 7:
 
   background-color: #f9f9f9;
 
   background-color: #f9f9f9;
 
   color: black;
 
   color: black;
   margin-bottom: -1em;
+
   margin-bottom: 0.1em;
 
   margin-left: 1em;
 
   margin-left: 1em;
 
   padding: 0.2em;
 
   padding: 0.2em;

Revision as of 19:30, 24 October 2015

/* CSS placed here will affect users of the mobile site */
 
 
/* Infobox template style */
#infobox {
   border: 1px solid #020202;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.1em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}