From f7746d7f32eb3b8ce0810dc046d63ae5895c24e7 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Mon, 28 Nov 2011 00:54:30 +0100 Subject: Cleaned up a little CSS. --- screenplain/export/html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screenplain/export/html.py b/screenplain/export/html.py index c5d08be..fe3de9b 100644 --- a/screenplain/export/html.py +++ b/screenplain/export/html.py @@ -41,12 +41,12 @@ def format_dialog(dialog, out): def format_dual(dual, out): out.write( - '
' + '
' ) format_dialog(dual.left, out) out.write( '
' - '
' + '
' ) format_dialog(dual.right, out) out.write( -- cgit v1.2.3