summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2006-02-04 15:33:47 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2006-02-04 15:33:47 (GMT)
commita9a600c4692a1d0b0a6a09362db1d6da8bda9a30 (patch)
tree2d45018d20008480ccea03a78fa6fc37908676d9 /src/doxygen.css
parent0165662ac50544cad138573c42097999327b84bc (diff)
downloadDoxygen-a9a600c4692a1d0b0a6a09362db1d6da8bda9a30.zip
Doxygen-a9a600c4692a1d0b0a6a09362db1d6da8bda9a30.tar.gz
Doxygen-a9a600c4692a1d0b0a6a09362db1d6da8bda9a30.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;