mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
twerk gallery examples to stay at 400px or less for proper retinafying
This commit is contained in:
@@ -523,7 +523,8 @@ input.focused {
|
|||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
|
|
||||||
.bs-docs-gallery .thumbnail {
|
.bs-docs-gallery .thumbnail {
|
||||||
margin-bottom: 20px;
|
max-width: 400px;
|
||||||
|
margin: 0 auto 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -49,7 +49,7 @@ title: Bootstrap
|
|||||||
|
|
||||||
<h1>Built with Bootstrap.</h1>
|
<h1>Built with Bootstrap.</h1>
|
||||||
<p class="marketing-byline">For more sites built with Bootstrap, <a href="./gallery.html">visit the gallery</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p>
|
<p class="marketing-byline">For more sites built with Bootstrap, <a href="./gallery.html">visit the gallery</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p>
|
||||||
<div class="row example-sites">
|
<div class="row bs-docs-gallery">
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<a class="thumbnail" href="http://delicious.com">
|
<a class="thumbnail" href="http://delicious.com">
|
||||||
<img src="assets/img/example-sites/example-delicious.jpg">
|
<img src="assets/img/example-sites/example-delicious.jpg">
|
||||||
|
Reference in New Issue
Block a user