This commit is contained in:
Tom MacWright 2015-07-05 21:59:27 -04:00
parent 12aa9ddaf9
commit f09ed4cec8
4 changed files with 25 additions and 20 deletions

View File

@ -27,14 +27,13 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-subst,
.hljs-request,
.hljs-status {
color: #333;
font-weight: bold;
color: #1184CE;
}
.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
color: #008080;
color: #ed225d;
}
.hljs-string,
@ -42,7 +41,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
color: #d14;
color: #ed225d;
}
.hljs-title,

View File

@ -1,5 +1,5 @@
.documentation a {
color: #416381;
color: #1184CE;
}
.container-small {
@ -26,19 +26,7 @@
}
.bg-cloudy {
background: rgba(230, 235, 237, 1);
}
.bg-cloudy-light {
background: rgba(230, 235, 237, 0.5);
}
.keyline-top {
border-top:5px solid #eee;
}
.keyline-top:first-child {
border-top:0;
background: #fafafa;
}
.force-inline * {
@ -52,3 +40,21 @@ section:target {
.documentation-sidebar a:active {
background: #fcfbf2;
}
.documentation,
.documentation h1,
.documentation h2,
.documentation h3,
.documentation h4,
.documentation h5,
.documentation h6,
.documentation pre,
.documentation code,
.documentation samp {
font-family: 'Inconsolata', Consolas, 'Source Code Pro', monospace;
}
.documentation td,
.documentation th {
padding: .25rem .25rem;
}

View File

@ -46,7 +46,7 @@
</div>
</div>
{{/unless}}
<div class='sm-col {{#unless options.hideSidebar}} col-9 {{/unless}} flex flex-column'>
<div class='sm-col {{#unless options.hideSidebar}} lg-col-9 {{/unless}} flex flex-column'>
<div class='flex-auto full-width'>
<div class='px1'>
{{#each docs ~}}{{> section}}{{/each}}

View File

@ -1,4 +1,4 @@
<section id='{{permalink}}'class='mt2 mb2 py1 px2 keyline-top'>
<section id='{{permalink}}'class='mt2 mb2 px2'>
{{#if context.github}}
<div class='right py2'>
{{#if augments}}