aboutsummaryrefslogtreecommitdiff
path: root/examples/non-responsive/non-responsive.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 17:31:58 -0700
committerMark Otto <[email protected]>2013-08-17 17:31:58 -0700
commitba20e512ce53e7cc771ba06d492a01d48db6cc97 (patch)
tree30cebcbb796725c7dc06c9125714d83adbf585c3 /examples/non-responsive/non-responsive.css
parent2af9cf10ce2e93fe0ac07651d405abc484e4c608 (diff)
parente29c23afab2577e05cfaa41f64a20f1ca87222fc (diff)
downloadbootstrap-ba20e512ce53e7cc771ba06d492a01d48db6cc97.tar.xz
bootstrap-ba20e512ce53e7cc771ba06d492a01d48db6cc97.zip
Merge branch '3.0.0-wip' into bs3_theme
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'examples/non-responsive/non-responsive.css')
-rw-r--r--examples/non-responsive/non-responsive.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/non-responsive/non-responsive.css b/examples/non-responsive/non-responsive.css
new file mode 100644
index 000000000..2864ca1c5
--- /dev/null
+++ b/examples/non-responsive/non-responsive.css
@@ -0,0 +1,13 @@
+.container {
+ max-width: none !important;
+ width: 970px;
+}
+
+.col-xs-4 {
+ padding-top: 15px;
+ padding-bottom: 15px;
+ background-color: #eee;
+ border: 1px solid #ddd;
+ background-color: rgba(86,61,124,.15);
+ border: 1px solid rgba(86,61,124,.2);
+}