aboutsummaryrefslogtreecommitdiff
path: root/grid/grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 16:38:12 -0700
committerMark Otto <[email protected]>2013-08-15 16:38:12 -0700
commit54670ab64a2565fd35071eb17fc7eef3480eb724 (patch)
treee92b56ba1a2a748d4b27e519fc61b6894e9791ab /grid/grid.css
parent7cd35f0cb6d17d6117264f71f175a9e5b0b09580 (diff)
parentcfab4b1e9e3777bb146a8ef13c1df3ea5dcb5d31 (diff)
downloadbootstrap-54670ab64a2565fd35071eb17fc7eef3480eb724.tar.xz
bootstrap-54670ab64a2565fd35071eb17fc7eef3480eb724.zip
Merge branch 'bs-ex' into bs3_restore_examples
Conflicts: .editorconfig .gitignore
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);
+}