diff options
| author | Mark Otto <[email protected]> | 2017-10-22 14:26:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 14:26:49 -0700 |
| commit | 1f42d79561d3931b91e09e5d1d04b3a4ce9aa431 (patch) | |
| tree | f965c8296c54cd4625af34ad4fe3aefe8e7682f6 /docs/4.0/examples/grid/grid.css | |
| parent | 58e553d7bcdd440cafa13a4a9b97cc293dbfcb04 (diff) | |
| parent | 29d58fb758683db42c2d716ac654dea3ab6063c7 (diff) | |
| download | bootstrap-1f42d79561d3931b91e09e5d1d04b3a4ce9aa431.tar.xz bootstrap-1f42d79561d3931b91e09e5d1d04b3a4ce9aa431.zip | |
Merge branch 'v4-dev' into btn_input_split_variables
Diffstat (limited to 'docs/4.0/examples/grid/grid.css')
| -rw-r--r-- | docs/4.0/examples/grid/grid.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/examples/grid/grid.css b/docs/4.0/examples/grid/grid.css index 5f7e1af66..78f5dfda6 100644 --- a/docs/4.0/examples/grid/grid.css +++ b/docs/4.0/examples/grid/grid.css @@ -17,8 +17,8 @@ h3 { [class*="col-"] { padding-top: 1rem; padding-bottom: 1rem; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); + background-color: rgba(86, 61, 124, .15); + border: 1px solid rgba(86, 61, 124, .2); } hr { |
