aboutsummaryrefslogtreecommitdiff
path: root/grid/grid.css
diff options
context:
space:
mode:
authorNicole <[email protected]>2013-07-20 23:17:01 -0700
committerNicole <[email protected]>2013-07-20 23:17:01 -0700
commitbf51e24700627b17df5041f3a369f6f6b4a4bfbb (patch)
tree255aa16310c0effff236523318ccd45cfc2eb726 /grid/grid.css
parent36c2a34c1e3dda18edbf4e0ce8f297309d55ef6d (diff)
downloadbootstrap-bf51e24700627b17df5041f3a369f6f6b4a4bfbb.tar.xz
bootstrap-bf51e24700627b17df5041f3a369f6f6b4a4bfbb.zip
change file names to example names
Diffstat (limited to 'grid/grid.css')
-rw-r--r--grid/grid.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/grid/grid.css b/grid/grid.css
new file mode 100644
index 000000000..c213ac6a7
--- /dev/null
+++ b/grid/grid.css
@@ -0,0 +1,21 @@
+.container {
+ padding-left: 15px;
+ padding-right: 15px;
+}
+
+h4 {
+ margin-top: 25px;
+}
+.row {
+ margin-bottom: 20px;
+}
+.row .row {
+ margin-top: 10px;
+ margin-bottom: 0;
+}
+[class*="col-lg-"] {
+ padding-top: 15px;
+ padding-bottom: 15px;
+ background-color: rgba(185,74,72,.15);
+ border: 1px solid rgba(185,74,72,.2);
+}