diff --git a/client/themes/example.css b/client/themes/example.css index 0a5863af..1b50790b 100644 --- a/client/themes/example.css +++ b/client/themes/example.css @@ -4,9 +4,11 @@ body { padding: 4px; + padding-left: 0; } #footer { + margin-left: 4px; border-radius: 2px; width: 216px; } @@ -33,6 +35,7 @@ body { } #footer { + margin-left: 0; border-radius: 0; width: inherit; }