diff options
| author | Victor Tran <[email protected]> | 2017-04-18 11:21:22 +1000 |
|---|---|---|
| committer | Victor Tran <[email protected]> | 2017-04-18 11:21:22 +1000 |
| commit | 859958a532179fe0042ae6413f4e3b5add037812 (patch) | |
| tree | 9f7856fe80798d33c83ee07098bb164d6557b86c /Project-Unite/Content | |
| parent | a06432ed0e759d942535a1f7198e65255a6c4869 (diff) | |
| download | project-unite-859958a532179fe0042ae6413f4e3b5add037812.tar.gz project-unite-859958a532179fe0042ae6413f4e3b5add037812.tar.bz2 project-unite-859958a532179fe0042ae6413f4e3b5add037812.zip | |
Fix body padding
Diffstat (limited to 'Project-Unite/Content')
| -rw-r--r-- | Project-Unite/Content/Site.css | 2 | ||||
| -rw-r--r-- | Project-Unite/Content/bootstrap-theme.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Content/Site.css b/Project-Unite/Content/Site.css index 58678b4..3ba5e52 100644 --- a/Project-Unite/Content/Site.css +++ b/Project-Unite/Content/Site.css @@ -1,5 +1,5 @@ body { - padding-top: 50px; + /* padding-top: 50px; */ padding-bottom: 20px; } diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index 0f8b654..ab0ea2e 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -5882,7 +5882,7 @@ legend { body { - margin-top: 70px; + /* margin-top: 70px; */ } #wrapper { |
