diff options
| author | Mark Otto <[email protected]> | 2017-05-30 08:46:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 08:46:33 -0700 |
| commit | d4eb0d4e739477fc51421eed29906addfd998a04 (patch) | |
| tree | 5ffe09c63ac4e522890fc7b2b87c0a47b0f1a971 /docs/examples/grid/grid.css | |
| parent | 0c12ccbeb6fdf0dd3818f97260aa43c79108d377 (diff) | |
| parent | f95cbc5950bf31995f33023014c47a61665ffacc (diff) | |
| download | bootstrap-d4eb0d4e739477fc51421eed29906addfd998a04.tar.xz bootstrap-d4eb0d4e739477fc51421eed29906addfd998a04.zip | |
Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined
Diffstat (limited to 'docs/examples/grid/grid.css')
| -rw-r--r-- | docs/examples/grid/grid.css | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/examples/grid/grid.css b/docs/examples/grid/grid.css deleted file mode 100644 index 5f7e1af66..000000000 --- a/docs/examples/grid/grid.css +++ /dev/null @@ -1,27 +0,0 @@ -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; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); -} - -hr { - margin-top: 2rem; - margin-bottom: 2rem; -} |
