Fossil SCM
Add a small bottom margin to the open-in-pikchr links so that the links in pikchr's own user manual don't crowd up directly next to immediately-following pikchrs. It's still a bit tight, but any more margin and it's too much when the following element is _not_ a pikchr. We could maybe solve this better by moving the link to the top of the picture instead of the bottom?
Commit
c0f192102af8cc402498670ef911f2581832f2d1681cd2a67bb5f916a86ccf0d
Parent
7e97f4999b16ab7…
1 file changed
+1
+1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1708,10 +1708,11 @@ | ||
| 1708 | 1708 | text-align: left; |
| 1709 | 1709 | } |
| 1710 | 1710 | div.pikchr-src > span { |
| 1711 | 1711 | /*Wrapper for a link to open a pikchr in /pikchrshow*/ |
| 1712 | 1712 | margin-top: 0.5em; |
| 1713 | + margin-bottom: 0.5em; | |
| 1713 | 1714 | font-size: 85%; |
| 1714 | 1715 | } |
| 1715 | 1716 | div.pikchr-src > span::before { |
| 1716 | 1717 | content: "["; |
| 1717 | 1718 | } |
| 1718 | 1719 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1708,10 +1708,11 @@ | |
| 1708 | text-align: left; |
| 1709 | } |
| 1710 | div.pikchr-src > span { |
| 1711 | /*Wrapper for a link to open a pikchr in /pikchrshow*/ |
| 1712 | margin-top: 0.5em; |
| 1713 | font-size: 85%; |
| 1714 | } |
| 1715 | div.pikchr-src > span::before { |
| 1716 | content: "["; |
| 1717 | } |
| 1718 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1708,10 +1708,11 @@ | |
| 1708 | text-align: left; |
| 1709 | } |
| 1710 | div.pikchr-src > span { |
| 1711 | /*Wrapper for a link to open a pikchr in /pikchrshow*/ |
| 1712 | margin-top: 0.5em; |
| 1713 | margin-bottom: 0.5em; |
| 1714 | font-size: 85%; |
| 1715 | } |
| 1716 | div.pikchr-src > span::before { |
| 1717 | content: "["; |
| 1718 | } |
| 1719 |