fix css
This commit is contained in:
parent
c7fc645fde
commit
96305d7d20
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Prociono;
|
font-family: Prociono, serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -61,7 +61,7 @@ a {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
padding-left: .7em;
|
padding-left: .7em;
|
||||||
text-indent:-.7em;
|
text-indent: -.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-taglist > ul > li:before {
|
#sidebar-taglist > ul > li:before {
|
||||||
|
@ -116,7 +116,7 @@ a {
|
||||||
right: 1em;
|
right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-text
|
.tag-text,
|
||||||
.document h1 {
|
.document h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
|
|
Loading…
Reference in a new issue