diff options
| author | Mark Otto <[email protected]> | 2018-04-08 17:31:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-04-08 17:31:07 -0700 |
| commit | 07ee6c8ea171ae883d72d6d240b742537cd20d77 (patch) | |
| tree | 2a7570fe3636434663ddfac785031d68f237c73b /docs/examples/grid | |
| parent | 446973308e66bcd325f815e39717ead0b4694853 (diff) | |
| parent | a720e23a518388ae5a374f3499099ca14a68e1e7 (diff) | |
| download | bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.tar.xz bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.zip | |
Merge branch 'v3.4.0-dev' of https://github.com/twbs/bootstrap-3 into v3.4.0-dev
Diffstat (limited to 'docs/examples/grid')
| -rw-r--r-- | docs/examples/grid/grid.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/grid/grid.css b/docs/examples/grid/grid.css index b25263bc7..5df5ac86e 100644 --- a/docs/examples/grid/grid.css +++ b/docs/examples/grid/grid.css @@ -12,9 +12,9 @@ h4 { padding-top: 15px; padding-bottom: 15px; background-color: #eee; - background-color: rgba(86,61,124,.15); + background-color: rgba(86, 61, 124, .15); border: 1px solid #ddd; - border: 1px solid rgba(86,61,124,.2); + border: 1px solid rgba(86, 61, 124, .2); } hr { |
