From: Ben Klang Date: Tue, 18 May 2010 22:48:46 +0000 (-0400) Subject: Pastie: finally a stylesheet I'm happy with. Thanks Bryan X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e12472513c6d040c4a1f86bfdd0c7798423d0f0d;p=horde.git Pastie: finally a stylesheet I'm happy with. Thanks Bryan --- 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; } +