Difference between revisions of "MediaWiki:Mobile.css"

From DoomWiki.org

m (Add list style position)
m (Nice of style position to cancel out my margin...)
Line 15: Line 15:
  
 
#frontpage-atlas-table ul {
 
#frontpage-atlas-table ul {
   margin-left: 1em;
+
   margin-left: 2em;
 
   list-style-type: disc;
 
   list-style-type: disc;
 
   list-style-position: outside;
 
   list-style-position: outside;
 
}
 
}

Revision as of 16:25, 6 August 2014

/* CSS placed here will affect users of the mobile site */

#frontpage-column-left {
  margin-right: 0;
  width: auto;
}

#frontpage-column-right {
  display: none;
}

#frontpage-atlas-table {
  display: table;
}

#frontpage-atlas-table ul {
  margin-left: 2em;
  list-style-type: disc;
  list-style-position: outside;
}