summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-07-27 17:01:34 +0200
committerThomas Graf <tgraf@suug.ch>2011-07-27 17:01:34 +0200
commit915a23fd16315eed2b13dda38c96ca824935e844 (patch)
tree495b780ab751c002711ea208b27c95b1a45df732 /doc
parentf3ee2167158b01e9a7d1fc2a4a57d5d49391ea37 (diff)
downloadlibnl-915a23fd16315eed2b13dda38c96ca824935e844.tar.gz
Hack doxygen CSS to avoid stupid margins in modules listing
Diffstat (limited to 'doc')
-rw-r--r--doc/libnl.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/libnl.css b/doc/libnl.css
index ddc6ac3..65fabaa 100644
--- a/doc/libnl.css
+++ b/doc/libnl.css
@@ -361,6 +361,15 @@ table.memberdecls {
padding: 1px 0 0 8px;
}
+.mdescRight > p {
+ padding: 0px;
+ margin: 0px;
+}
+
+.mdescRight > br {
+ font-size: 0pt;
+}
+
.mdescLeft, .mdescRight {
padding: 0px 8px 4px 8px;
color: #555;