Skip to content

Commit 51ed4f4

Browse files
Removing Unusual indentations
Now it looks better:)
1 parent e023703 commit 51ed4f4

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

epub.css

+14-12
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ table, caption, tbody, tfoot, thead, tr, th, td
1818
}
1919

2020
@page {
21-
margin: 5px;
21+
22+
margin: 5px;
23+
2224
}
2325

2426
p {
2527
margin-bottom: 9px;
26-
line-height: 1.4;
28+
line-height: 1.4;
2729
}
2830

2931
a {
@@ -47,15 +49,15 @@ h5,
4749
h6 {
4850
color: #404040;
4951
line-height: 1.5;
50-
margin: 1em 0 0.5em;
51-
-webkit-hyphens: none;
52-
hyphens: none;
53-
adobe-hyphenate: none;
52+
margin: 1em 0 0.5em;
53+
-webkit-hyphens: none;
54+
hyphens: none;
55+
adobe-hyphenate: none;
5456
}
5557

5658
h1 {
5759
font-size: 220%;
58-
margin-bottom: 1.5em;
60+
margin-bottom: 1.5em;
5961
}
6062

6163
h2 {
@@ -115,7 +117,7 @@ code {
115117
padding: 1px 3px;
116118
-webkit-border-radius: 5px;
117119
border-radius: 5px;
118-
font-size: 85%;
120+
font-size: 85%;
119121
}
120122

121123
pre {
@@ -127,9 +129,9 @@ pre {
127129
border: 1px solid #d9d9d9;
128130
white-space: pre-wrap;
129131
word-wrap: break-word;
130-
-webkit-hyphens: none;
131-
hyphens: none;
132-
adobe-hyphenate: none;
132+
-webkit-hyphens: none;
133+
hyphens: none;
134+
adobe-hyphenate: none;
133135
}
134136

135137
pre code {
@@ -154,4 +156,4 @@ code.sourceCode span.er { color: red; font-weight: bold; }
154156

155157
body {
156158
font-family: serif;
157-
}
159+
}

0 commit comments

Comments
 (0)