diff options
| author | Mark Otto <[email protected]> | 2013-06-09 23:43:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-09 23:43:43 -0700 |
| commit | 0a18d33d2c1600c9d5133127dac4db2f690df71a (patch) | |
| tree | ea8edc325fc41233a1b49955227ece87f5d9af16 /docs/assets/css | |
| parent | eb21410cc8ad61db1656445d1e74e9e2937229d5 (diff) | |
| download | bootstrap-0a18d33d2c1600c9d5133127dac4db2f690df71a.tar.xz bootstrap-0a18d33d2c1600c9d5133127dac4db2f690df71a.zip | |
Redo grid documentation
* Update example sections to include basic, mobile-desktop, and mobile-tablet-desktop implementations
* Add more examples to the grid example page
* Red columns instead of gray for more Bootstrapy aesthetic
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 811961d60..814208f78 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -251,9 +251,13 @@ body { padding-bottom: 10px; background-color: #eee; border: 1px solid #ddd; + /* Todo: reconcile these */ + background-color: rgba(185,74,72,.15); + border: 1px solid rgba(185,74,72,.2); } .show-grid [class^="col-"]:hover { background-color: #ddd; + background-color: rgba(185,74,72,.25); } |
