tighten up row height

This commit is contained in:
Max Ogden
2011-08-04 12:23:34 -04:00
parent cc9eeade0b
commit 3797c33a2b

View File

@@ -645,9 +645,9 @@ a.row-header-menu:hover {
a.row-header-menu { a.row-header-menu {
float: left; float: left;
display: block; display: block;
margin: 0 0 -2px 0; margin: -2px 0 -4px 0;
width: 17px; width: 17px;
height: 19px; height: 18px;
background-image: url(images/menu-dropdown.png); background-image: url(images/menu-dropdown.png);
background-repeat: no-repeat; background-repeat: no-repeat;
} }