From 0a18d33d2c1600c9d5133127dac4db2f690df71a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Jun 2013 23:43:43 -0700 Subject: 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 --- docs/assets/css/docs.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/assets/css') 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); } -- cgit v1.2.3