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 // Apply to <footer> for styling
.footer-Base{ .footer-Base{
color:#5e5b56; color:#5e5b56;
float: left;
width: 100%;
h1, h2, h3, h4{ h1, h2, h3, h4{
color:#8b9a7a; color:#8b9a7a;

View file

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

File diff suppressed because one or more lines are too long