387
edits
Welcome to Gamerpedia! Let me know at either Mario Wiki or Fanonpedia if you'd like an account here.
(add) |
(infobox header) |
||
Line 46: | Line 46: | ||
/* remove obnoxious help button */ | /* remove obnoxious help button */ | ||
#mw-indicator-mw-helplink a { display:none; } | #mw-indicator-mw-helplink a { display:none; } | ||
/* infobox header */ | |||
.infobox { | |||
float: right; | |||
width:300px; | |||
margin-left:0.5em; | |||
margin-bottom:0.5em; | |||
font-size:12px; | |||
border:1px solid #000; | |||
} | |||
.infobox td { | |||
padding:2px; | |||
} |