diff options
| author | XhmikosR <[email protected]> | 2014-01-31 14:03:42 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-04 09:04:40 +0200 |
| commit | 48118576f1cc22b0dc72e897139fd0724e97af9d (patch) | |
| tree | bbdef93c6c306d8e9d40b629f2f0f8be23f3945f /docs/examples/non-responsive/non-responsive.css | |
| parent | 3a89fbc9a31fd5c36a24d030ad96bb1749e08c61 (diff) | |
| download | bootstrap-48118576f1cc22b0dc72e897139fd0724e97af9d.tar.xz bootstrap-48118576f1cc22b0dc72e897139fd0724e97af9d.zip | |
Examples: fix csslint errors.
Diffstat (limited to 'docs/examples/non-responsive/non-responsive.css')
| -rw-r--r-- | docs/examples/non-responsive/non-responsive.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css index 9813bb9fe..a74e3cbb8 100644 --- a/docs/examples/non-responsive/non-responsive.css +++ b/docs/examples/non-responsive/non-responsive.css @@ -37,8 +37,8 @@ body { 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); } |
