Module:Documentation/styles.css: Difference between revisions
m 9 revisions imported |
m 480px seems like a good transition |
||
| Line 78: | Line 78: | ||
body.wgl-theme-dark .documentation-noDoc .documentation-header-bottom { | body.wgl-theme-dark .documentation-noDoc .documentation-header-bottom { | ||
background-color: hsl(0, 0%, 12%); | background-color: hsl(0, 0%, 12%); | ||
} | |||
@media screen and (max-width: 480px) { | |||
.documentation #documentation-header-tools { | |||
float: none; | |||
margin-left: 0; | |||
display: block; | |||
} | |||
} | } | ||
/* | /* | ||
[[Category:Template styles]] | [[Category:Template styles]] | ||
[[ja:モジュール:Documentation/styles.css]] | |||
[[zh:Module:Documentation/styles.css]] | [[zh:Module:Documentation/styles.css]] | ||
*/ | */ | ||