summaryrefslogtreecommitdiffstats
path: root/src/doxygen_css.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r--src/doxygen_css.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h
index 831887a..8251ff5 100644
--- a/src/doxygen_css.h
+++ b/src/doxygen_css.h
@@ -455,8 +455,11 @@
" color: #555;\n"
"}\n"
"\n"
-".memItemLeft, .memItemRight, .memTemplParams {\n"
-" border-bottom: 1px solid ##E2;\n"
+".memSeparator {\n"
+" border-bottom: 1px solid #DEE4F0;\n"
+" line-height: 1px;\n"
+" margin: 0px;\n"
+" padding: 0px;\n"
"}\n"
"\n"
".memItemLeft, .memTemplItemLeft {\n"
@@ -470,6 +473,7 @@
".memTemplParams {\n"
" color: ##60;\n"
" white-space: nowrap;\n"
+" font-size: 80%;\n"
"}\n"
"\n"
"/* @end */\n"
@@ -648,12 +652,13 @@
" border-right:1px solid ##CC;\n"
" border-bottom:1px solid ##CC;\n"
" text-shadow: none;\n"
-" color: white;\n"
-" margin-right: 4px;\n"
-" padding: 2px 3px;\n"
-" border-radius: 3px;\n"
-" font-size: 7pt;\n"
+" color: white;\n"
+" margin-right: 4px;\n"
+" padding: 2px 3px;\n"
+" border-radius: 3px;\n"
+" font-size: 7pt;\n"
" white-space: nowrap;\n"
+" vertical-align: middle;\n"
"}\n"
"\n"
"\n"
@@ -824,6 +829,7 @@
" font-size: 11px;\n"
" background-image:url('tab_b.png');\n"
" background-repeat:repeat-x;\n"
+" background-position: 0 -5px;\n"
" height:30px;\n"
" line-height:30px;\n"
" color:##9b;\n"