summaryrefslogtreecommitdiff
path: root/docs/API/tabs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/API/tabs.css')
-rw-r--r--docs/API/tabs.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/API/tabs.css b/docs/API/tabs.css
index 95f00a9..a444163 100644
--- a/docs/API/tabs.css
+++ b/docs/API/tabs.css
@@ -32,7 +32,7 @@ DIV.tabs A
float : left;
background : url("tab_r.gif") no-repeat right top;
border-bottom : 1px solid #84B0C7;
- font-size : x-small;
+ font-size : 80%;
font-weight : bold;
text-decoration : none;
}
@@ -57,7 +57,7 @@ DIV.tabs SPAN
white-space : nowrap;
}
-DIV.tabs INPUT
+DIV.tabs #MSearchBox
{
float : right;
display : inline;
@@ -66,7 +66,7 @@ DIV.tabs INPUT
DIV.tabs TD
{
- font-size : x-small;
+ font-size : 80%;
font-weight : bold;
text-decoration : none;
}
@@ -99,4 +99,7 @@ DIV.navpath
background : none;
border : none;
border-bottom : 1px solid #84B0C7;
+ text-align : center;
+ margin : 2px;
+ padding : 2px;
}