mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-24 19:29:50 +00:00
263d23a37d
- Remove automatic hyphenation of table headings. - Widen the document a little. - Remove some of the padding around code snippets. - Adjust the sidebar title again... - Fix history links in the changelog.
21 lines
644 B
CSS
21 lines
644 B
CSS
@import url("alabaster.css");
|
|
h1.logo {
|
|
font-size: 12pt;
|
|
overflow-wrap: normal;
|
|
word-wrap: normal;
|
|
overflow: hidden;
|
|
margin-right: -25px; /* works together with div.body padding-left */
|
|
}
|
|
div.body {padding-left: 30px;}
|
|
th.field-name {hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;}
|
|
div.document {width: 90%;}
|
|
/* support small screens too! */
|
|
@media screen and (max-width: 1000px) {
|
|
div.sphinxsidebar {display: none;}
|
|
div.document {width: 100%!important;}
|
|
div.bodywrapper {margin-left: 0;}
|
|
div.highlight pre {margin-right: -30px;}
|
|
}
|
|
@media screen and (min-width: 1000px) {
|
|
div.bodywrapper {margin-left: default;}
|
|
}
|