diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-01 17:16:24 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-01 17:16:24 +0100 |
| commit | 9b7939d945e52a16735330ecb2034c8459ff8f0e (patch) | |
| tree | 32d804f8e250db88050d77cc9faf75d817e857ca /render_md.py | |
| parent | aa86a160f4c1cc068c547f4e9f7df5003b532454 (diff) | |
build: COMMUNITY.md: add git branch diagram
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'render_md.py')
| -rw-r--r-- | render_md.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/render_md.py b/render_md.py index a819c784e8..d2d1fb4805 100644 --- a/render_md.py +++ b/render_md.py @@ -8,9 +8,10 @@ body { max-width: 45em; margin: auto; margin-top: 2em; margin-bottom: 2em; pre, code { font-family:Fira Mono,monospace; } pre > code { display: block; padding:0.5em; border:1px solid black; background-color:#eee; color:#000; } -h2 { margin-top: 3em; text-decoration: underline; } -h3 { margin-top: 2em; font-weight: normal; font-style: italic; } +h2 { clear: both; margin-top: 3em; text-decoration: underline; } +h3 { clear: both; margin-top: 2em; font-weight: normal; font-style: italic; } h4 { font-weight: normal; font-style: italic; } +img[alt~="float-right"] { float:right; margin-left:2em; margin-bottom:2em; } </style></head><body> %s </body></html> |
