MediaWiki:Common.css: Difference between revisions
Matt Parnell (talk | contribs) No edit summary |
Matt Parnell (talk | contribs) No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
font-family: "Noto Sans", sans-serif; | font-family: "Noto Sans", sans-serif; | ||
font-size: 1.0em; | font-size: 1.0em; | ||
} | |||
/* Display an image in a responsive way. */ | |||
.responsive-image img { | |||
max-width:100%; | |||
height:auto; | |||
} | } | ||