Module:Documentation/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
.documentation-header-bottom { | .documentation-header-bottom { | ||
padding: 0.8em 1em 0.7em; | padding: 0.8em 1em 0.7em; | ||
margin: -0.8em -1em 0.8em; | |||
background-color: hsl(215, 75%, 85%); | background-color: hsl(215, 75%, 85%); | ||
} | } | ||
| Line 22: | Line 23: | ||
border-top: inherit; | border-top: inherit; | ||
clear: both; | clear: both; | ||
} | |||
.documentation #documentation-header-title { | |||
margin-right: 1em; | |||
font-weight: 500; | |||
line-height: 1; | |||
font-size: 130%; | |||
} | |||
.documentation #documentation-jump-to-code { | |||
white-space: nowrap; | |||
} | |||
.documentation #documentation-header-tools { | |||
float: right; | |||
margin-left: 2em; | |||
} | } | ||