mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Reset padding on homepage links
This commit is contained in:
parent
356100e74e
commit
eba9b4de6c
1 changed files with 3 additions and 1 deletions
|
@ -81,7 +81,9 @@ body {
|
||||||
|
|
||||||
/* Textual links */
|
/* Textual links */
|
||||||
.bs-masthead-links {
|
.bs-masthead-links {
|
||||||
margin: 20px 0;
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
.bs-masthead-links li {
|
.bs-masthead-links li {
|
||||||
|
|
Loading…
Add table
Reference in a new issue