add footer
This commit is contained in:
parent
e20fc0bb03
commit
a3f80be9e3
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue