Changes to .interior and .footer-Base to fix up-bleeding scrunched up footer bug on dashboard

This commit is contained in:
Victoria Wang 2014-04-19 15:19:25 -07:00
parent 3da25c1297
commit bcc9540874
3 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,8 @@
// Apply to <footer> for styling
.footer-Base{
color:#5e5b56;
float: left;
width: 100%;
h1, h2, h3, h4{
color:#8b9a7a;

View file

@ -280,6 +280,10 @@
// Interior CSS
.interior .page{
padding-top: 22px;
clear: both;
float: left;
width: 100%;
padding-bottom: 40px;
}
.interior .signup-Form {
top: 0;

File diff suppressed because one or more lines are too long