diff options
| author | Mark Otto <[email protected]> | 2012-01-24 19:36:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 19:36:42 -0800 |
| commit | 4a6d9106b8f92a85a528971c70f132c32b6c43cf (patch) | |
| tree | aa5ff407eb949a3ffb4243e8b05ec111b557ec23 /docs | |
| parent | 672ba4c2fd9a42d4f178e795ebc162cce81bbc2f (diff) | |
| download | bootstrap-4a6d9106b8f92a85a528971c70f132c32b6c43cf.tar.xz bootstrap-4a6d9106b8f92a85a528971c70f132c32b6c43cf.zip | |
fix the thumbnails more examples section
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 8 | ||||
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 776ca58b9..d0a5623f4 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -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; } diff --git a/docs/components.html b/docs/components.html index 50c615fb9..d823998d9 100644 --- a/docs/components.html +++ b/docs/components.html @@ -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"> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 36fc84281..94d72a540 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -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"> |
