MediaWiki:Timeless.css: Difference between revisions
From Path of Diablo Wiki
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 83: | Line 83: | ||
a:visited:hover { | a:visited:hover { | ||
color: #cbcac0; | color: #cbcac0; | ||
} | |||
.class-changes { | |||
float: right; | |||
} | |||
@media screen and (max-width: 850px) { | |||
.class-changes { | |||
float: none; | |||
width: 100%; | |||
margin: 0 auto; | |||
} | |||
} | } |