aboutsummaryrefslogtreecommitdiff
path: root/examples/grid/grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 16:40:39 -0700
committerMark Otto <[email protected]>2013-08-15 16:40:39 -0700
commit3d99a4c15e0661df630dbaf7dddb5228cf044fe6 (patch)
tree40e68d12f804131ef3cea3bf0120531106b42dc9 /examples/grid/grid.css
parent54670ab64a2565fd35071eb17fc7eef3480eb724 (diff)
downloadbootstrap-3d99a4c15e0661df630dbaf7dddb5228cf044fe6.tar.xz
bootstrap-3d99a4c15e0661df630dbaf7dddb5228cf044fe6.zip
move to examples dir
Diffstat (limited to 'examples/grid/grid.css')
-rw-r--r--examples/grid/grid.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/grid/grid.css b/examples/grid/grid.css
new file mode 100644
index 000000000..c213ac6a7
--- /dev/null
+++ b/examples/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);
+}