add footer

This commit is contained in:
Luke Hatcher 2012-07-19 02:57:41 -04:00
parent e20fc0bb03
commit a3f80be9e3

View file

@ -159,3 +159,14 @@ div.box-content .markItUpEditor {
.border-radius(0 0 4px 4px); .border-radius(0 0 4px 4px);
} }
} }
// Footer
.footer {
margin-top: 45px;
padding: 25px 0 26px;
border-top: 1px solid #e5e5e5;
}
.footer p {
margin-bottom: 0;
color: #555;
}