diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-17 05:17:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-17 05:17:47 +0300 |
| commit | 1ad2c43693f6a61e451c56beea40233db43e0da8 (patch) | |
| tree | 36c79c1e16e9eb625039083bf323dadbdbc295fc /extras/html/style.css | |
| parent | 10bded3269bfbdb240f8afd210c80873fe34b12a (diff) | |
| parent | 410d6e1e589c667502431b87d07ba5b6354a5bd8 (diff) | |
Merge branch 'develop'2.1.0
Diffstat (limited to 'extras/html/style.css')
| -rw-r--r-- | extras/html/style.css | 9 |
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; } |
