0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Reset padding on homepage links

This commit is contained in:
Mark Otto 2013-06-21 11:56:47 -07:00
parent 356100e74e
commit eba9b4de6c

View File

@ -81,7 +81,9 @@ body {
/* Textual links */
.bs-masthead-links {
margin: 20px 0;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 0;
list-style: none;
}
.bs-masthead-links li {