MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* Make images responsive */ | /* Make images responsive */ | ||
img { | img { | ||
max-width:90%; | max-width:90%; | ||
height:auto; | height:auto; | ||
} | } | ||
| Line 10: | Line 10: | ||
/* Table styling */ | /* Table styling */ | ||
th { | th { | ||
background-color: #4c8fcc; | background-color: #4c8fcc important; | ||
} | } | ||