add pointer cursor to top field

This commit is contained in:
Jeff Atwood 2015-07-01 13:26:21 -07:00
parent c4b685469e
commit 73e68271eb

View File

@ -242,7 +242,10 @@
// Misc. stuff
// --------------------------------------------------
#list-area .top-lists h2 { margin: 5px 0 10px; }
#list-area .top-lists h2 {
cursor: pointer;
margin: 5px 0 10px;
}
#list-area {
h2 {