aboutsummaryrefslogtreecommitdiff
path: root/examples/non-responsive/non-responsive.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 15:02:38 -0700
committerMark Otto <[email protected]>2013-08-17 15:02:38 -0700
commit6c765ac8211536e9701e996416b8a5296590d5fd (patch)
treed8aa91b7a243fa95d9087232f236ecd2c167f66a /examples/non-responsive/non-responsive.css
parentfdb7121f416048b2c06a90c4e00ab434e28e907e (diff)
downloadbootstrap-6c765ac8211536e9701e996416b8a5296590d5fd.tar.xz
bootstrap-6c765ac8211536e9701e996416b8a5296590d5fd.zip
add nonresponsive template to examples
Diffstat (limited to 'examples/non-responsive/non-responsive.css')
-rw-r--r--examples/non-responsive/non-responsive.css12
1 files changed, 12 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..19901ca45
--- /dev/null
+++ b/examples/non-responsive/non-responsive.css
@@ -0,0 +1,12 @@
+.container {
+ max-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);
+}