projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4264fd
)
Pastie: finally a stylesheet I'm happy with. Thanks Bryan
author
Ben Klang
<ben@alkaloid.net>
Tue, 18 May 2010 22:48:46 +0000
(18:48 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 18 May 2010 22:54:49 +0000
(18:54 -0400)
pastie/themes/screen.css
patch
|
blob
|
history
diff --git
a/pastie/themes/screen.css
b/pastie/themes/screen.css
index
87fef24
..
89c85d3
100644
(file)
--- 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;
}
+