diff options
| author | Victor Tran <[email protected]> | 2017-04-05 23:58:59 +1000 |
|---|---|---|
| committer | Victor Tran <[email protected]> | 2017-04-06 00:08:18 +1000 |
| commit | 0a59ffbde8a021c52b45ed30c3da59ee617b46ea (patch) | |
| tree | 7323509e82e6a5258f7a1ec8969ddadad0653359 /Project-Unite/Content | |
| parent | d9295c46a5cf27fc36c833298e512dd21b2fb237 (diff) | |
| download | project-unite-0a59ffbde8a021c52b45ed30c3da59ee617b46ea.tar.gz project-unite-0a59ffbde8a021c52b45ed30c3da59ee617b46ea.tar.bz2 project-unite-0a59ffbde8a021c52b45ed30c3da59ee617b46ea.zip | |
Changes to footer
Diffstat (limited to 'Project-Unite/Content')
| -rw-r--r-- | Project-Unite/Content/bootstrap-theme.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index 89189e5..ef91e24 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -5940,6 +5940,19 @@ table.tablesorter thead tr th:hover { background-color: #f5f5f5; } +/* Footer */ +footer { + padding-left: 50px; + padding-top: 15px; + padding-bottom: 10px; + padding-right: 50px; + margin-left: -70px; + margin-right: -70px; + margin-bottom: -30px; + margin-top: 0px; + background: black; +} + /* Edit Below to Customize Widths > 768px */ @media (min-width:768px) { |
