mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
move mega link footer to scaffolding to try it out, fix broken button text shadow, change UL/OL margins back, make li color same as body
This commit is contained in:
@@ -202,6 +202,28 @@ body > .navbar-fixed .brand:hover {
|
||||
margin-bottom: 0;
|
||||
color: #555;
|
||||
}
|
||||
.footer dl {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.footer dl dt {
|
||||
font-size: 11px;
|
||||
color: #999;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.footer dl dd + dt {
|
||||
margin-top: 18px;
|
||||
}
|
||||
.footer dl dd {
|
||||
margin-left: 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
.footer dl a {
|
||||
color: #999;
|
||||
}
|
||||
.footer dl a:hover {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Special grid styles
|
||||
|
||||
Reference in New Issue
Block a user