From e12472513c6d040c4a1f86bfdd0c7798423d0f0d Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Tue, 18 May 2010 18:48:46 -0400 Subject: [PATCH] Pastie: finally a stylesheet I'm happy with. Thanks Bryan --- pastie/themes/screen.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pastie/themes/screen.css b/pastie/themes/screen.css index 87fef246a..89c85d36b 100644 --- a/pastie/themes/screen.css +++ b/pastie/themes/screen.css @@ -14,8 +14,7 @@ } #showpaste { - float: right; - min-width: 700px; + margin: 0 175px 0 5px; } .pasteTitle { @@ -33,14 +32,15 @@ } .pasteContents { - padding: 10px; - border: 1px solid #c00; + padding: 2px; background-color: #ddd; list-style-position: inside; font-size: 1.3em; + overflow-x:auto; } .pasteForm { - float: right; border: 1px solid #ccc; + margin-right:175px; } + -- 2.11.0