summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2006-02-04 15:33:47 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2006-02-04 15:33:47 (GMT)
commit8b0ae7ca77a14eef79e972d6061a9470de9ae458 (patch)
tree2d45018d20008480ccea03a78fa6fc37908676d9 /src/doxygen.css
parente6060ed25b457ae558711d1341bf1c96b093ee99 (diff)
downloadDoxygen-8b0ae7ca77a14eef79e972d6061a9470de9ae458.zip
Doxygen-8b0ae7ca77a14eef79e972d6061a9470de9ae458.tar.gz
Doxygen-8b0ae7ca77a14eef79e972d6061a9470de9ae458.tar.bz2
Release-1.4.6-20060202
Diffstat (limited to 'src/doxygen.css')
-rw-r--r--src/doxygen.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doxygen.css b/src/doxygen.css
index 1b47802..985d89d 100644
--- a/src/doxygen.css
+++ b/src/doxygen.css
@@ -309,7 +309,7 @@ HR { height: 1px;
padding: 2px;
}
.memitem {
- width: 100%;
+ padding: 4px;
background-color: #eef3f5;
border-width: 1px;
border-style: solid;
@@ -318,6 +318,7 @@ HR { height: 1px;
}
.memname {
white-space: nowrap;
+ font-weight: bold;
}
.memdoc{
padding-left: 10px;