aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-22 19:15:09 -0800
committerJacob Thornton <[email protected]>2011-12-22 19:15:09 -0800
commit35fdbad24b908714ff1a1221945598527a641863 (patch)
tree0a054ac3f3b913fb16f71731b4b04472311afc4a /docs/assets/css/docs.css
parent87ac818253a26bcf09fa55f78ae3f55759c54e64 (diff)
parent9fb380151d477f1741b7609ade7a9e7fd5450b2c (diff)
downloadbootstrap-35fdbad24b908714ff1a1221945598527a641863.tar.xz
bootstrap-35fdbad24b908714ff1a1221945598527a641863.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts: bootstrap.css docs/assets/js/application.js docs/base-css.html docs/components.html docs/index.html docs/javascript.html docs/less.html docs/scaffolding.html docs/upgrading.html
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 8432f92ea..b3c464941 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -315,7 +315,12 @@ h2 + table {
/* Example sites showcase */
.example-sites img {
- width: 290px;
+ max-width: 290px;
+}
+.built-with {
+ margin: -18px 0 27px;
+ color: #999;
+ text-align: center;
}
.scrollspy-example {
@@ -382,12 +387,15 @@ h2 + table {
.example-sites {
margin-left: 0;
}
- .example-sites a {
+ .example-sites > li {
float: none;
display: block;
max-width: 300px;
margin: 0 auto 18px;
}
+ .example-sites img {
+ max-width: 270px;
+ }
table code {
white-space: normal;