projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48ca20
)
Add styles of <pre> and <p>.
author
Nozomi Anzai
<anzai@sraoss.co.jp>
Mon, 28 May 2012 02:14:42 +0000
(11:14 +0900)
committer
Nozomi Anzai
<anzai@sraoss.co.jp>
Mon, 28 May 2012 02:14:42 +0000
(11:14 +0900)
screen.css
patch
|
blob
|
blame
|
history
diff --git
a/screen.css
b/screen.css
index ecc64ee550680cbd5745c517497184a6331abb11..21338e1caa9a08a8ddfa2e509bee9b80f566d3a5 100644
(file)
--- a/
screen.css
+++ b/
screen.css
@@
-57,6
+57,13
@@
input {
label {
font-weight: bold;
}
+pre {
+ background-color: #EFEFFC;
+ padding: 5px 15px;
+}
+p {
+ margin: 5px;
+}
#header {
padding: 8px;
border-bottom: 8px solid white;