navbar: Re-center home icon within <li> tab.

The home icon was too far to the right and did not have equal
padding within the <li> tab so this makes the padding an equal
10px on the left and right and none on the top and bottom.
This commit is contained in:
Brock Whittaker 2017-09-20 11:05:29 -07:00 committed by Tim Abbott
parent 6ce68dfc3d
commit ae4c3873af
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ blockquote p {
}
#tab_list li.active.root {
padding-left: 10px;
padding: 0px 10px;
}
#tab_list li.private_message {