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(pygment_trac.css);
|
||||
|
||||
div.body h1 {
|
||||
font-size: 36px;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
div.body,
|
||||
div.document {
|
||||
background-color: transparent;
|
||||
@ -28,4 +33,11 @@ h1#project_title a {
|
||||
|
||||
h1 a {
|
||||
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(pygment_trac.css);
|
||||
|
||||
div.body h1 {
|
||||
font-size: 36px;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
div.body,
|
||||
div.document {
|
||||
background-color: transparent;
|
||||
@ -34,7 +39,6 @@ ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
tt.literal {
|
||||
color: #222;
|
||||
background-color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user