2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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
This commit is contained in:
Mark Otto
2013-06-09 23:43:43 -07:00
parent eb21410cc8
commit 0a18d33d2c
4 changed files with 123 additions and 25 deletions
+4
View File
@@ -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);
}