Module:Documentation/styles.css: Difference between revisions
m 1 revision imported: importing Template:Maintenance category |
m 1 revision imported: Importing template Sfrac |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 4: | Line 4: | ||
border: 1px solid var( --border-color-base, #a2a9b1 ); | border: 1px solid var( --border-color-base, #a2a9b1 ); | ||
background-color: #ecfcf4; | background-color: #ecfcf4; | ||
color:inherit; | |||
clear: both; | clear: both; | ||
} | } | ||
| Line 27: | Line 28: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 125%; | font-size: 125%; | ||
} | |||
body.skin-minerva .documentation-startbox .mw-editsection-like a, | |||
body.skin-timeless .documentation-startbox .mw-editsection-like a { | |||
display: inline-block; | |||
margin-left: 0.3em; | |||
margin-right: 0.3em; | |||
} | } | ||