summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/html.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/html.c b/src/html.c
index 9417db9..fa89d26 100644
--- a/src/html.c
+++ b/src/html.c
@@ -45,6 +45,9 @@ static const gchar *styles =
"background-color: #AFAFAF;\n"
"font-family: sans-serif;\n"
"}\n"
+ "h1, h2, h3, h4, h5, h6 {\n"
+ "text-align: center;\n"
+ "}\n"
/*
* Horizontal notebook
*/
@@ -161,6 +164,11 @@ static const gchar *styles =
"form label {\n"
"display: block;\n"
"}\n"
+ "form label span {\n"
+ "display: inline-block;\n"
+ "width: calc(50% - 6px);\n"
+ "text-align: right;\n"
+ "}\n"
"form input[type=submit], form input[type=reset] {\n"
"background-color: #DFDFDF;\n"
"}\n"