2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

hella examples fixing, mostly navbars and lots of work on grids example

This commit is contained in:
Mark Otto
2013-08-15 17:39:37 -07:00
parent 05ebd5ebf9
commit 024e320e5c
18 changed files with 278 additions and 155 deletions
+10 -3
View File
@@ -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;
}