diff options
| author | Martijn Cuppens <[email protected]> | 2018-10-21 09:52:13 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-21 10:52:13 +0300 |
| commit | 49ca910667add99849f68a30b6330bf76a2d6bbe (patch) | |
| tree | e0dab7c8c4dd5a5c0ebcea9b7a6492e4522baf9a /site/docs/4.1/examples/grid/grid.css | |
| parent | 3075432584c974aadf6786a5d9bda80b02582589 (diff) | |
| download | bootstrap-49ca910667add99849f68a30b6330bf76a2d6bbe.tar.xz bootstrap-49ca910667add99849f68a30b6330bf76a2d6bbe.zip | |
Improve Grid examples. (#26808)
Removes the grid.css file of the grid example and makes use of utility classes
Diffstat (limited to 'site/docs/4.1/examples/grid/grid.css')
| -rw-r--r-- | site/docs/4.1/examples/grid/grid.css | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/site/docs/4.1/examples/grid/grid.css b/site/docs/4.1/examples/grid/grid.css index 78f5dfda6..e726996d3 100644 --- a/site/docs/4.1/examples/grid/grid.css +++ b/site/docs/4.1/examples/grid/grid.css @@ -1,27 +1,6 @@ -body { - padding-top: 2rem; - padding-bottom: 2rem; -} - -h3 { - margin-top: 2rem; -} - -.row { - margin-bottom: 1rem; -} -.row .row { - margin-top: 1rem; - margin-bottom: 0; -} -[class*="col-"] { - padding-top: 1rem; - padding-bottom: 1rem; +.themed-grid-col { + padding-top: 15px; + padding-bottom: 15px; background-color: rgba(86, 61, 124, .15); border: 1px solid rgba(86, 61, 124, .2); } - -hr { - margin-top: 2rem; - margin-bottom: 2rem; -} |
