aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/non-responsive/non-responsive.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-01-31 14:20:33 +0200
committerXhmikosR <[email protected]>2014-02-04 10:39:02 +0200
commit9f668a557336f271f3c1bf701cc6a472e59aeedf (patch)
treeafc7f17520100a1ea42a6c5c1aa17ba7ca77764e /docs/examples/non-responsive/non-responsive.css
parent9ba49426e972391bc4cbd42896baeb18b88ebd69 (diff)
downloadbootstrap-9f668a557336f271f3c1bf701cc6a472e59aeedf.tar.xz
bootstrap-9f668a557336f271f3c1bf701cc6a472e59aeedf.zip
Add examples/**/*.css in csscomb task.
Diffstat (limited to 'docs/examples/non-responsive/non-responsive.css')
-rw-r--r--docs/examples/non-responsive/non-responsive.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css
index a74e3cbb8..b0e1920b4 100644
--- a/docs/examples/non-responsive/non-responsive.css
+++ b/docs/examples/non-responsive/non-responsive.css
@@ -6,9 +6,9 @@
/* Account for fixed navbar */
body {
+ min-width: 970px;
padding-top: 70px;
padding-bottom: 30px;
- min-width: 970px;
}
/* Finesse the page header spacing */
@@ -28,8 +28,8 @@ body {
/* Reset the container */
.container {
- max-width: none !important;
width: 970px;
+ max-width: none !important;
}
/* Demonstrate the grids */
@@ -94,12 +94,12 @@ body {
position: absolute;
float: left;
background-color: #fff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
+ border: 1px solid #ccc;
+ border: 1px solid rgba(0, 0, 0, .15);
border-width: 0 1px 1px;
border-radius: 0 0 4px 4px;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
+ box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;