MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.log-text | .log-text | ||
| Line 9: | Line 5: | ||
font-size:16px; | font-size:16px; | ||
line-height: 1.5; | line-height: 1.5; | ||
} | |||
/* To make images responsive */ | |||
.res-img img | |||
{ | |||
max-width:100%; | |||
height:auto; | |||
} | } | ||
#headertabs { font-size:0.95em; color: gray; } | #headertabs { font-size:0.95em; color: gray; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
Latest revision as of 00:04, 15 November 2024
/* CSS placed here will be applied to all skins */
.log-text
{
font-size:16px;
line-height: 1.5;
}
/* To make images responsive */
.res-img img
{
max-width:100%;
height:auto;
}
#headertabs { font-size:0.95em; color: gray; }
#ca-history { display:none!important; }