Skip to content

Commit 64892c3

Browse files
jjuhltexus
authored andcommitted
Simplify CSS
Add a missing semicolon and simplify padding expression.
1 parent 4735be4 commit 64892c3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

doc/custom.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ body {
2222
}
2323

2424
div {
25-
margin-bottom: 0
25+
margin-bottom: 0;
2626
}
2727

2828
#contents {
29-
padding-left: 0;
30-
padding-right: 0;
31-
padding-bottom: 0;
29+
padding: 0;
3230
margin-left: 0;
3331
margin-right: 0;
3432
max-width: 100%;

0 commit comments

Comments
 (0)