Limit the grid to 'grid' class

Change-Id: I60dd826ddee0861c05bc6b0cadc8bdc1eb3a6488
This commit is contained in:
Santhosh Thottingal
2012-11-28 14:56:21 +05:30
parent 16062111ee
commit b34cbbe9d2
3 changed files with 71 additions and 71 deletions

View File

@@ -139,8 +139,8 @@ div.uls-region {
transition: opacity 0.15s linear;
}
.map-block:hover,
.map-block:hover a {
.uls-menu .map-block:hover,
.uls-menu .map-block:hover a {
opacity: 1;
color: #333;
}