Merge pull request #2309 from thelounge/xpaw/example-padding

Remove left padding from sidebar in example theme
This commit is contained in:
Jérémie Astori 2018-03-29 19:50:01 -04:00 committed by GitHub
commit 153d9c6b2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,11 @@
body { body {
padding: 4px; padding: 4px;
padding-left: 0;
} }
#footer { #footer {
margin-left: 4px;
border-radius: 2px; border-radius: 2px;
width: 216px; width: 216px;
} }
@ -33,6 +35,7 @@ body {
} }
#footer { #footer {
margin-left: 0;
border-radius: 0; border-radius: 0;
width: inherit; width: inherit;
} }