diff options
| author | Nicole <[email protected]> | 2013-06-23 17:17:08 -0700 |
|---|---|---|
| committer | Nicole <[email protected]> | 2013-06-23 17:17:08 -0700 |
| commit | 8e50e7a8f264c65b453a9b7133c7532c439730f5 (patch) | |
| tree | e79cdf9542e3cd1886a65748a1c57636da4d6a81 /grid/example.css | |
| parent | 471c409a121870ece95e729e881df97ebf8ad943 (diff) | |
| download | bootstrap-8e50e7a8f264c65b453a9b7133c7532c439730f5.tar.xz bootstrap-8e50e7a8f264c65b453a9b7133c7532c439730f5.zip | |
Update remaining templates to match starter template
Diffstat (limited to 'grid/example.css')
| -rw-r--r-- | grid/example.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/grid/example.css b/grid/example.css new file mode 100644 index 000000000..c213ac6a7 --- /dev/null +++ b/grid/example.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); +} |
