sprockets.mixins.mediatype/docs/static/custom.css
Dave Shawley 263d23a37d Cleanup documentation.
- 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.
2016-04-05 07:49:13 -04:00

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;}
}