Commit 567b8b56 authored by Mark Otto's avatar Mark Otto
Browse files

fix docs highlighting of grid

parent 245ebda6
5 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch
Showing with 2 additions and 2 deletions
+2 -2
......@@ -246,13 +246,13 @@ body {
.show-grid {
margin-bottom: 15px;
}
.show-grid .col {
.show-grid [class^="col-"] {
padding-top: 10px;
padding-bottom: 10px;
background-color: #eee;
border: 1px solid #ddd;
}
.show-grid .col:hover {
.show-grid [class^="col-"]:hover {
background-color: #ddd;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment