diff options
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r-- | src/htmlgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp index 02ea3f0..d729f2b 100644 --- a/src/htmlgen.cpp +++ b/src/htmlgen.cpp @@ -59,7 +59,7 @@ static const char *defaultStyleSheet = " width: 98%;\n" " border: 1px solid #CCCCCC;\n" " background-color: #f5f5f5;\n" -" padding: 0px;\n" +" padding-left: 4px;\n" " margin: 4px;\n" "}\n" "DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }\n" |