mirror of
https://github.com/phodal/github
synced 2026-05-23 17:18:23 +00:00
Removing Unusual indentations
Now it looks better:)
This commit is contained in:
parent
e0237031f4
commit
51ed4f413d
1 changed files with 14 additions and 12 deletions
26
epub.css
26
epub.css
|
|
@ -18,12 +18,14 @@ table, caption, tbody, tfoot, thead, tr, th, td
|
||||||
}
|
}
|
||||||
|
|
||||||
@page {
|
@page {
|
||||||
margin: 5px;
|
|
||||||
|
margin: 5px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
@ -47,15 +49,15 @@ h5,
|
||||||
h6 {
|
h6 {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 1em 0 0.5em;
|
margin: 1em 0 0.5em;
|
||||||
-webkit-hyphens: none;
|
-webkit-hyphens: none;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
adobe-hyphenate: none;
|
adobe-hyphenate: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 220%;
|
font-size: 220%;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
@ -115,7 +117,7 @@ code {
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
@ -127,9 +129,9 @@ pre {
|
||||||
border: 1px solid #d9d9d9;
|
border: 1px solid #d9d9d9;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
-webkit-hyphens: none;
|
-webkit-hyphens: none;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
adobe-hyphenate: none;
|
adobe-hyphenate: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
|
@ -154,4 +156,4 @@ code.sourceCode span.er { color: red; font-weight: bold; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue