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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user