aboutsummaryrefslogtreecommitdiff
path: root/examples/grid/grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 17:39:37 -0700
committerMark Otto <[email protected]>2013-08-15 17:39:37 -0700
commit024e320e5c3cf1adce8404f87e7c0c746461b6e8 (patch)
treef142ffcba74795c717cfa94b92e3f79ef561d1bc /examples/grid/grid.css
parent05ebd5ebf9b32e7c1d8ea05098c53a0b4496d442 (diff)
downloadbootstrap-024e320e5c3cf1adce8404f87e7c0c746461b6e8.tar.xz
bootstrap-024e320e5c3cf1adce8404f87e7c0c746461b6e8.zip
hella examples fixing, mostly navbars and lots of work on grids example
Diffstat (limited to 'examples/grid/grid.css')
-rw-r--r--examples/grid/grid.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/examples/grid/grid.css b/examples/grid/grid.css
index c213ac6a7..963b128e3 100644
--- a/examples/grid/grid.css
+++ b/examples/grid/grid.css
@@ -13,9 +13,16 @@ h4 {
margin-top: 10px;
margin-bottom: 0;
}
-[class*="col-lg-"] {
+[class*="col-"] {
padding-top: 15px;
padding-bottom: 15px;
- background-color: rgba(185,74,72,.15);
- border: 1px solid rgba(185,74,72,.2);
+ background-color: #eee;
+ border: 1px solid #ddd;
+ background-color: rgba(86,61,124,.15);
+ border: 1px solid rgba(86,61,124,.2);
}
+
+hr {
+ margin-top: 40px;
+ margin-bottom: 40px;
+} \ No newline at end of file