diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style/default.css b/static/style/default.css index 46eef85..9ef9eb2 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -18,13 +18,13 @@ a.subtle { text-decoration: none; } h1 { font-size: 200%; - margin: 10px 10px 20px 8px; + margin: 10px 10px 0px 8px; font-weight: bold; } h2.pagesubtitle { font-size: 140%; + margin: 0px 10px 8px 8px; font-weight: bold; font-style: italic; - text-align: center; border-bottom: none; } h2 { font-size: 140%; |