summaryrefslogtreecommitdiff
path: root/extras/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'extras/html/style.css')
-rw-r--r--extras/html/style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/extras/html/style.css b/extras/html/style.css
index b3d6052..0001a3a 100644
--- a/extras/html/style.css
+++ b/extras/html/style.css
@@ -21,7 +21,8 @@
body {
font-family: text;
max-width: 1024px;
- padding: 0 20px;
+ padding: 20px 20px;
+ margin: 20px auto;
border-image: linear-gradient(#f6b73c, #4d9f0c) 30;
border-width: 1px;
border-style: solid;
@@ -46,16 +47,16 @@ a.textlink:before {
padding-left: 11px;
}
-p.quote {
+.quote {
font-style: italic;
}
-p.quote:before {
+.quote:before {
content: "« ";
padding-left: 2px;
}
-p.quote:after {
+.quote:after {
content: " »";
padding-right: 2px;
}