Skip to content

Commit 10599ea

Browse files
committed
Gave div.error a margin, went back to things having a top *and* bottom margin, removed mentions of text-indent:0 because there are no longer any non-0 text-indent declarations at all.
1 parent e54d7b4 commit 10599ea

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

css-module/default.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ h1 + h2 { margin-top: 0; }
3535

3636
h4 { margin-top: 4em; }
3737

38-
p, div.note {
39-
text-indent: 0;
40-
margin-bottom: 0;
41-
margin-top: 1em
38+
p, div.note, div.error {
39+
margin-top: 1em;
40+
margin-bottom: 1em;
4241
}
4342

4443
dd > p:first-child, li > p:first-child, .note > p:first-child {
@@ -56,7 +55,6 @@ img {
5655
color: white;
5756
}
5857
.toc {
59-
text-indent: 0;
6058
}
6159

6260
body {

0 commit comments

Comments
 (0)