From ab0a4274ffa86ea493c48e3b08b8111938cc3b2d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 22 Oct 2012 22:52:42 +0200 Subject: Fix aligment if last line of paste is empty Signed-off-by: Florian Pritz --- data/css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/css') diff --git a/data/css/style.css b/data/css/style.css index b1a1460c3..04b74624d 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -54,12 +54,15 @@ body { border-right: 1px solid #ddd; text-align: right; padding: 10px 6px; + vertical-align: top; } .content .numbers a { color: #aaa; } .content .code { width: 100%; + vertical-align: top; + padding-top: 10px; } .content .code > .highlight { position: relative; -- cgit v1.2.3-24-g4f1b