mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
increase spacing on homepage links and social buttons (fixes #9706)
This commit is contained in:
parent
e6f185acad
commit
d2e2ec0985
@ -31,7 +31,7 @@
|
|||||||
<a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
|
<a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
|
<a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -141,7 +141,7 @@ body {
|
|||||||
.bs-masthead-links {
|
.bs-masthead-links {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding-left: 0;
|
padding: 0 15px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -739,9 +739,7 @@ body {
|
|||||||
.bs-social-buttons li {
|
.bs-social-buttons li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
padding: 5px 8px;
|
||||||
.bs-social-buttons li + li {
|
|
||||||
margin-left: 15px;
|
|
||||||
}
|
}
|
||||||
.bs-social-buttons .twitter-follow-button {
|
.bs-social-buttons .twitter-follow-button {
|
||||||
width: 225px !important;
|
width: 225px !important;
|
||||||
@ -853,6 +851,10 @@ body {
|
|||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bs-masthead-links {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.carbonad {
|
.carbonad {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
border: 1px solid #e5e5e5 !important;
|
border: 1px solid #e5e5e5 !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user