1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 14:59:15 +00:00

fix prefs tabs placement

This commit is contained in:
Andrew Dolgov
2006-10-02 05:21:21 +01:00
parent 68d871a400
commit ae813d06d2

View File

@@ -515,6 +515,7 @@ div.prefsTab {
padding : 3px 5px 3px 5px;
font-size : small;
position : relative;
bottom : -1px;
border-collapse : collapse;
-moz-border-radius : 3px;
min-width : 100px;
@@ -531,6 +532,7 @@ div.prefsTabSelected {
background-color : #ecf4ff;
font-size : small;
position : relative;
bottom : -1px;
border-collapse : collapse;
-moz-border-radius : 3px;
font-weight : bold;