mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 06:44:35 +02:00
fix the thumbnails more examples section
This commit is contained in:
@@ -19,7 +19,7 @@ body {
|
||||
|
||||
/* Tweak navbar brand link to be super sleek
|
||||
-------------------------------------------------- */
|
||||
body > .navbar-fixed .brand {
|
||||
.navbar-fixed .brand {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
margin-left: 20px;
|
||||
@@ -27,8 +27,12 @@ body > .navbar-fixed .brand {
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
|
||||
-webkit-transition: all .2s linear;
|
||||
-moz-transition: all .2s linear;
|
||||
transition: all .2s linear;
|
||||
|
||||
}
|
||||
body > .navbar-fixed .brand:hover {
|
||||
.navbar-fixed .brand:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@@ -1038,7 +1038,7 @@
|
||||
<ul class="thumbnails">
|
||||
<li class="span4">
|
||||
<a href="#" class="thumbnail">
|
||||
<img src="http://placehold.it/290x230" alt="">
|
||||
<img src="http://placehold.it/290x226" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li class="span2">
|
||||
|
2
docs/templates/pages/components.mustache
vendored
2
docs/templates/pages/components.mustache
vendored
@@ -978,7 +978,7 @@
|
||||
<ul class="thumbnails">
|
||||
<li class="span4">
|
||||
<a href="#" class="thumbnail">
|
||||
<img src="http://placehold.it/290x230" alt="">
|
||||
<img src="http://placehold.it/290x226" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li class="span2">
|
||||
|
Reference in New Issue
Block a user