Pastie: finally a stylesheet I'm happy with. Thanks Bryan
authorBen Klang <ben@alkaloid.net>
Tue, 18 May 2010 22:48:46 +0000 (18:48 -0400)
committerBen Klang <ben@alkaloid.net>
Tue, 18 May 2010 22:54:49 +0000 (18:54 -0400)
pastie/themes/screen.css

index 87fef24..89c85d3 100644 (file)
@@ -14,8 +14,7 @@
 }
 
 #showpaste {
-    float: right;
-    min-width: 700px;
+    margin: 0 175px 0 5px;
 }
 
 .pasteTitle {
 }
 
 .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;
 }
+