1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

made pref tabs font size smaller

This commit is contained in:
Andrew Dolgov 2006-03-30 07:48:51 +01:00
parent 53515ff15c
commit 7f42331527

View File

@ -615,6 +615,7 @@ input.prefsTab {
background-position : top left; background-position : top left;
background-repeat : repeat-x; background-repeat : repeat-x;
-moz-border-radius : 7px 7px 0px 0px; -moz-border-radius : 7px 7px 0px 0px;
font-size : small;
} }
input.prefsTabSelected { input.prefsTabSelected {
@ -628,6 +629,7 @@ input.prefsTabSelected {
background-position : top left; background-position : top left;
background-repeat : repeat-x; background-repeat : repeat-x;
-moz-border-radius : 7px 7px 0px 0px; -moz-border-radius : 7px 7px 0px 0px;
font-size : small;
} }