MediaWiki:Mobile.css: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
} | } | ||
.link-inherit-color a { | .plainbutton { | ||
appearance: none; | |||
background: none; | |||
color: #3366cc; | |||
margin: 0; | |||
padding: 0; | |||
border: 0; | |||
font: inherit; | |||
cursor: pointer; | |||
} | |||
.link-inherit-color a, .link-inherit-color a.new { | |||
color: inherit; | color: inherit; | ||
} | } | ||
Line 91: | Line 102: | ||
} | } | ||
table.infobox { | |||
. | display: table; | ||
table-layout: fixed; | |||
} | } |