MediaWiki:Mobile.css: Difference between revisions
This one seems to be built into the skin now |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
.impact { | .impact { | ||
font-family: Impact, 'Anton'; | font-family: Impact, 'Anton'; | ||
} | |||
.plainbutton { | |||
appearance: none; | |||
background: none; | |||
color: #3366cc; | |||
margin: 0; | |||
padding: 0; | |||
border: 0; | |||
font: inherit; | |||
cursor: pointer; | |||
} | } | ||
| Line 89: | Line 100: | ||
.no-mobile { | .no-mobile { | ||
display: none !important; | display: none !important; | ||
} | |||
table.infobox { | |||
display: table; | |||
table-layout: fixed; | |||
} | } | ||