projects
/
pharext
/
pharext.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
1d65f1d
)
css: fix label padding in firefox
author
Michael Wallner
<mike@php.net>
Fri, 16 Dec 2016 09:06:29 +0000
(10:06 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 20 Dec 2019 12:21:58 +0000
(13:21 +0100)
public/index.css
patch
|
blob
|
history
diff --git
a/public/index.css
b/public/index.css
index 57172dfb1ab75a69a921be95f18d6fe4dfbfa350..f3f477752fd9bea9b149a4f4a77a6777963358aa 100644
(file)
--- a/
public/index.css
+++ b/
public/index.css
@@
-27,3
+27,7
@@
pre {
h4 {
margin-top: 20px;
}
+
+.label {
+ padding-top: .5em;
+}