MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 165: | Line 165: | ||
padding: 0 !important; | padding: 0 !important; | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
} | |||
.commentary-toggle { | |||
cursor: pointer; | |||
margin-left: 0.4em; | |||
font-size: 0.85em; | |||
vertical-align: middle; | |||
opacity: 0.5; | |||
user-select: none; | |||
} | |||
.commentary-toggle:hover { | |||
opacity: 1; | |||
} | |||
.commentary-body { | |||
margin-top: 0.8em; | |||
} | } | ||