diff options
| author | Mark Otto <[email protected]> | 2014-02-04 00:27:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-04 00:27:12 -0800 |
| commit | 9ba49426e972391bc4cbd42896baeb18b88ebd69 (patch) | |
| tree | 42a0b17c72d8839fa3e7bfd6c0ed75199899ff09 /docs/examples/grid | |
| parent | ec6c9d28240aa4ef32b13be51943f98c00f3437e (diff) | |
| parent | 48118576f1cc22b0dc72e897139fd0724e97af9d (diff) | |
| download | bootstrap-9ba49426e972391bc4cbd42896baeb18b88ebd69.tar.xz bootstrap-9ba49426e972391bc4cbd42896baeb18b88ebd69.zip | |
Merge pull request #12466 from XhmikosR/12457
Add examples/css in the csslint task.
Diffstat (limited to 'docs/examples/grid')
| -rw-r--r-- | docs/examples/grid/grid.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/grid/grid.css b/docs/examples/grid/grid.css index 963b128e3..d26744b2a 100644 --- a/docs/examples/grid/grid.css +++ b/docs/examples/grid/grid.css @@ -17,8 +17,8 @@ h4 { padding-top: 15px; padding-bottom: 15px; background-color: #eee; - border: 1px solid #ddd; background-color: rgba(86,61,124,.15); + border: 1px solid #ddd; border: 1px solid rgba(86,61,124,.2); } |
