diff options
| author | Mark Otto <[email protected]> | 2017-11-26 13:40:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-26 13:40:49 -0800 |
| commit | ccd7742397240b6e101824ee21e2e11295b4b248 (patch) | |
| tree | a4d726aef50021a9725e7eb1979cf397ba455d63 /docs/examples/grid/grid.css | |
| parent | 3c2f8bafac56592f83362b2005a8ac44d9c8b23b (diff) | |
| download | bootstrap-ccd7742397240b6e101824ee21e2e11295b4b248.tar.xz bootstrap-ccd7742397240b6e101824ee21e2e11295b4b248.zip | |
stylelint the examples
Diffstat (limited to 'docs/examples/grid/grid.css')
| -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 { |
