Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
} | } | ||
| − | #toc { float: right }; | + | #toc {float:right;margin:0 0 1em 1em;position:fixed;top:150px;right:10px;}; |
Revision as of 12:03, 22 June 2021
/* CSS placed here will be applied to all skins */
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}
#toc {float:right;margin:0 0 1em 1em;position:fixed;top:150px;right:10px;};