Skip to content

Commit

Permalink
Update aeon-grid.css
Browse files Browse the repository at this point in the history
Adding a missing semicolon on line 173- without it, the file breaks when used as a sass partial. Great project!
  • Loading branch information
ahoef committed Jun 18, 2014
1 parent b2cd0ff commit 4065159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/aeon-grid.css
Expand Up @@ -170,11 +170,11 @@ img {
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
_width: 100%
height: auto;
_width: 100%;
height: auto;
vertical-align: middle;
}
img[src*="maps.gstatic.com"],
img[src*="googleapis.com"] {
max-width: none;
}
}

0 comments on commit 4065159

Please sign in to comment.