Browse Source

Add bottom margin

Frédéric Guillot 8 years ago
parent
commit
19494742ff
2 changed files with 2 additions and 1 deletions
  1. 1 1
      ui/static/css.go
  2. 1 0
      ui/static/css/common.css

File diff suppressed because it is too large
+ 1 - 1
ui/static/css.go


+ 1 - 0
ui/static/css/common.css

@@ -13,6 +13,7 @@ body {
 main {
     padding-left: 5px;
     padding-right: 5px;
+    margin-bottom: 30px;
 }
 
 a {

Some files were not shown because too many files changed in this diff