summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-12 09:36:07 +0100
committerAndrew Dolgov <[email protected]>2008-05-12 09:36:07 +0100
commit619637bb51e8a1257e8556d5456bcbb4095c2d73 (patch)
tree7a03ec47dde7b2d32c291f405eef604b1bac6d54 /tt-rss.css
parentff284aa0b824cd294f8806ce193b37b7e6009163 (diff)
prefTabs: appearance tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4edd7714f..48d909fc1 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -591,12 +591,9 @@ div.prefsTab {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
border-collapse : collapse;
- -moz-border-radius : 3px;
min-width : 100px;
text-align : center;
cursor : pointer;
- position : relative;
- bottom : -2px;
}
div.prefsTabSelected {
@@ -610,14 +607,10 @@ div.prefsTabSelected {
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
border-collapse : collapse;
- -moz-border-radius : 3px;
font-weight : bold;
min-width : 100px;
text-align : center;
cursor : pointer;
- position : relative;
- bottom : -2px;
-
}
div.notice {