diff options
-rw-r--r-- | data/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css index 296ba6a..51cccf1 100644 --- a/data/style.css +++ b/data/style.css @@ -69,6 +69,7 @@ p { } .entry-content p:first-child, +.entry-content .quick:first-child, h3 + p { display: inline; } @@ -84,7 +85,7 @@ address { } -.quick p:first-child { +p + .quick p:first-child { margin-left: 1em; } |