commit fe8b7633034ac648a5e428ff8f59df98f9780c5d parent 6d65b50f418a086300118459ff8334519e4a8b96 Author: cipher <haris@2f30.org> Date: Fri, 16 May 2014 11:27:32 +0300 No margin between paragraphs on homepage Diffstat:
M | output/style.css.light | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/output/style.css.light b/output/style.css.light @@ -98,6 +98,11 @@ p { text-align: justify; } +.preview p { + margin-top: 0em; + margin-bottom: 0em; +} + pre { font-family: monospace; color: #5fff5f;