revamp footer
This commit is contained in:
parent
81c18097a5
commit
6466ea9653
11 changed files with 44 additions and 12 deletions
|
|
@ -93,11 +93,18 @@ section {
|
|||
}
|
||||
|
||||
footer {
|
||||
margin-top: 50px;
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid lightGrey;
|
||||
color: #888;
|
||||
margin-top: 40px;
|
||||
padding-top: 14px;
|
||||
margin-bottom: 20px;
|
||||
border-top: 1px solid #e4e4e4;
|
||||
|
||||
a {
|
||||
color: mix(#888, @linkColor, 70%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
|
||||
a.sortdown:after {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue