diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56850 -> 56863 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 11 | ||||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 453230366..49bc25fb0 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index c374fb8e5..560bd7566 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -136,6 +136,9 @@ margin-left: -20px; margin-right: -20px; } + .container-fluid { + padding: 0; + } .container { width: auto; } @@ -282,11 +285,11 @@ .row-fluid:after { clear: both; } - .row-fluid > [class*="span"] { + .row-fluid [class*="span"] { float: left; margin-left: 2.762430939%; } - .row-fluid > [class*="span"]:first-child { + .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid > .span12 { @@ -473,11 +476,11 @@ .row-fluid:after { clear: both; } - .row-fluid > [class*="span"] { + .row-fluid [class*="span"] { float: left; margin-left: 2.564102564%; } - .row-fluid > [class*="span"]:first-child { + .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid > .span12 { diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 355c82415..3bfd6960e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -253,11 +253,11 @@ a:hover { .row-fluid:after { clear: both; } -.row-fluid > [class*="span"] { +.row-fluid [class*="span"] { float: left; margin-left: 2.127659574%; } -.row-fluid > [class*="span"]:first-child { +.row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid > .span12 { |
