diff options
| author | Mark Otto <[email protected]> | 2013-07-26 20:43:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 20:43:22 -0700 |
| commit | c3e662641135b9fadeff589682e85eb4ace4bce6 (patch) | |
| tree | 06eafabcd7293083dea7d35f9ec11156aab29c5a /grid/grid.css | |
| parent | 4b849e5fd7e5df575ffc64be75816a16b2fef27f (diff) | |
| parent | 9c13af8cb10f6e16322c50dfc82ae9263d99b82a (diff) | |
| download | bootstrap-c3e662641135b9fadeff589682e85eb4ace4bce6.tar.xz bootstrap-c3e662641135b9fadeff589682e85eb4ace4bce6.zip | |
Merge branch 'example-named-files'
Conflicts:
.gitignore
Diffstat (limited to 'grid/grid.css')
| -rw-r--r-- | grid/grid.css | 21 |
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); +} |
