diff --git a/www/theme/default/style.css b/www/theme/default/style.css index ca0c01dba0..972c2fc739 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -335,6 +335,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table /* Feature bar. */ #featurebar {height:28px; line-height:28px; cursor:pointer; padding:20px 8px 10px 8px; margin: -15px -15px 10px -15px;} +#featurebar span {font-size:14px;} #featurebar a {text-decoration:none; border-right:1px solid #ddd; padding:4px 4px 4px 4px; color:#003366; font-size:14px} #featurebar a:hover {color:#ff3600;} #featurebar .f-right a {border-right:none; padding:5px 5px 5px 0px;}