From 84f1baf972cd5b4a2564e67826ff3e7f0e8551b4 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Wed, 17 Aug 2011 18:11:36 +0100 Subject: [PATCH] fixed a small css bug at the disconnect message --- static/css/pad.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/pad.css b/static/css/pad.css index 8b0db73c0..c4bd18e9d 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1,7 +1,6 @@ *,html,body,p{ margin: 0; padding: 0; } .clear { clear: both; } html { font-size: 62.5%; } -body { background: #fff;} body, textarea { font-family: Helvetica, Arial, sans-serif; } iframe {position:absolute;}