1
2
3
4
5
6
7
/* 按鈕區塊全部顯示 */
#filter_tab a, #filter_tab a.has_unread, #filter_tab a.no_unread
{height:2em;margin-top:6px;}

/* 按鈕區塊滑鼠滑過變化 */
#filter_tab:hover a, #filter_tab:hover a.has_unread, #filter_tab:hover a.no_unread
{margin-top:0;}