diff options
| author | Mark Otto <[email protected]> | 2013-06-23 20:34:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-23 20:34:38 -0700 |
| commit | 838bc9372498735412264909be2375eecac07e76 (patch) | |
| tree | ceebefff98edff087e36af044d74f53ca88bd595 /grid/example.css | |
| parent | 0dffb03c0b235625fc00b8914ea4ad4a961c33c0 (diff) | |
| parent | 0a1c46a12c628301f18bf5b8b394aaae1c188eb4 (diff) | |
| download | bootstrap-838bc9372498735412264909be2375eecac07e76.tar.xz bootstrap-838bc9372498735412264909be2375eecac07e76.zip | |
Merge branch 'master' of github.com:twbs/bootstrap-examples
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); +} |
