Tweak docs css
This commit is contained in:
parent
f0b01a958e
commit
b681c3e58e
@ -7,6 +7,11 @@ by Jason Costello, @jsncostello
|
|||||||
@import url("../../../stylesheets/stylesheet.css");
|
@import url("../../../stylesheets/stylesheet.css");
|
||||||
@import url(pygment_trac.css);
|
@import url(pygment_trac.css);
|
||||||
|
|
||||||
|
div.body h1 {
|
||||||
|
font-size: 36px;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
div.body,
|
div.body,
|
||||||
div.document {
|
div.document {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -29,3 +34,10 @@ h1#project_title a {
|
|||||||
h1 a {
|
h1 a {
|
||||||
color: #0069ba;
|
color: #0069ba;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tt.literal {
|
||||||
|
color: #222;
|
||||||
|
background-color: #fff;
|
||||||
|
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
@ -7,6 +7,11 @@ by Jason Costello, @jsncostello
|
|||||||
@import url("../../../stylesheets/stylesheet.css");
|
@import url("../../../stylesheets/stylesheet.css");
|
||||||
@import url(pygment_trac.css);
|
@import url(pygment_trac.css);
|
||||||
|
|
||||||
|
div.body h1 {
|
||||||
|
font-size: 36px;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
div.body,
|
div.body,
|
||||||
div.document {
|
div.document {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -34,7 +39,6 @@ ul {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tt.literal {
|
tt.literal {
|
||||||
color: #222;
|
color: #222;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user