Indicate that zephyrs are clickable by changing the pointer on mouseover.

(imported from commit 0eb2bb3de3a0fe2664a7256bc06ea4c2fc3c4d31)
This commit is contained in:
Jessica McKellar
2012-09-25 16:18:25 -04:00
parent 455b9863d5
commit fde0eda122

View File

@@ -44,6 +44,10 @@ ul.nav-zephyr {
width: 640px;
}
.zephyr_row {
cursor: pointer;
}
/* This is a div on top of main_div that hides main_div's scroll bar. */
#wrapper {
overflow: hidden;