Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-30 01:06:57 +0400
committerMark Otto <markdotto@gmail.com>2012-01-30 01:06:57 +0400
commit48529ad01fa2a60bfc9179743dcb5379e8ff944f (patch)
treeecfde64a6537e5b484166721c0735682aebe9fb2 /docs/assets/css/bootstrap-responsive.css
parent059ff6bcbd48f18431ed66e4b1b2a97a9567b9f7 (diff)
last minute addition of a simple fluid grid for our fluid examples; it needs work, so we're not documenting it now
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css101
1 files changed, 96 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index ca03cecde8..44e0125c13 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -77,6 +77,9 @@
width: auto;
padding: 0 20px;
}
+ .row-fluid {
+ width: 100%;
+ }
.row {
margin-left: 0;
}
@@ -162,6 +165,50 @@
.offset11 {
margin-left: 702px;
}
+ .row-fluid {
+ width: 102.76243093919337%;
+ margin-left: -2.762430939%;
+ }
+ .row-fluid [class*="span"] {
+ float: left;
+ margin-left: 2.762430939%;
+ }
+ .row-fluid .span1 {
+ width: 5.6451612899588115%;
+ }
+ .row-fluid .span2 {
+ width: 13.978494622708812%;
+ }
+ .row-fluid .span3 {
+ width: 22.31182795545881%;
+ }
+ .row-fluid .span4 {
+ width: 30.64516128820881%;
+ }
+ .row-fluid .span5 {
+ width: 38.97849462095881%;
+ }
+ .row-fluid .span6 {
+ width: 47.311827953708814%;
+ }
+ .row-fluid .span7 {
+ width: 55.645161286458816%;
+ }
+ .row-fluid .span8 {
+ width: 63.97849461920882%;
+ }
+ .row-fluid .span9 {
+ width: 72.31182795195882%;
+ }
+ .row-fluid .span10 {
+ width: 80.64516128470882%;
+ }
+ .row-fluid .span11 {
+ width: 88.97849461745884%;
+ }
+ .row-fluid .span12 {
+ width: 97.31182795020881%;
+ }
}
@media (max-width: 940px) {
body {
@@ -169,7 +216,7 @@
}
.navbar-fixed-top {
position: static;
- margin-bottom: 36px;
+ margin-bottom: 18px;
}
.navbar-inner {
padding: 5px;
@@ -264,6 +311,12 @@
}
}
@media (min-width: 1200px) {
+ .thumbnails {
+ margin-left: -30px;
+ }
+ .thumbnails > li {
+ margin-left: 30px;
+ }
.container {
width: 1170px;
}
@@ -342,10 +395,48 @@
.offset11 {
margin-left: 1130px;
}
- .thumbnails {
- margin-left: -30px;
+ .row-fluid {
+ width: 102.56143440326584%;
+ margin-left: -2.56%;
}
- .thumbnails > li {
- margin-left: 30px;
+ .row-fluid [class*="span"] {
+ float: left;
+ margin-left: 2.56%;
+ }
+ .row-fluid .span1 {
+ width: 5.832601732615312%;
+ }
+ .row-fluid .span2 {
+ width: 14.16126839928198%;
+ }
+ .row-fluid .span3 {
+ width: 22.489935065948643%;
+ }
+ .row-fluid .span4 {
+ width: 30.818601732615313%;
+ }
+ .row-fluid .span5 {
+ width: 39.14726839928198%;
+ }
+ .row-fluid .span6 {
+ width: 47.47593506594863%;
+ }
+ .row-fluid .span7 {
+ width: 55.8046017326153%;
+ }
+ .row-fluid .span8 {
+ width: 64.13326839928197%;
+ }
+ .row-fluid .span9 {
+ width: 72.46193506594864%;
+ }
+ .row-fluid .span10 {
+ width: 80.7906017326153%;
+ }
+ .row-fluid .span11 {
+ width: 89.11926839928198%;
+ }
+ .row-fluid .span12 {
+ width: 97.44793506594864%;
}
}