summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-12-23 21:40:58 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-12-23 21:40:58 -0500
commitbdb62265c5e0f8cbaa647479e10549f324e0712c (patch)
tree734850185e07601790cdaa266b7dc58d1ea30386
parent29e0894d837d41697463ea4b1627469f072536a4 (diff)
CSS: Improve display of tags on PDF pages
-rw-r--r--src/main.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.scss b/src/main.scss
index cdbc200..fadd75b 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -303,6 +303,10 @@ body.pdf {
flex-grow: 2;
padding: 0;
+ p {
+ float: left;
+ margin: 0.25em -100% 0.25em 0.25em;
+ }
h1 {
text-align: center;
margin: 0.25em 0;