Merge pull request #2309 from thelounge/xpaw/example-padding
Remove left padding from sidebar in example theme
This commit is contained in:
commit
153d9c6b2c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user