projects
/
pgopen2019.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e0d23
)
remove margin-left
author
Sarah Conway
<sarah.conway@crunchydata.com>
Wed, 5 Jun 2019 00:20:34 +0000
(20:20 -0400)
committer
Sarah Conway
<sarah.conway@crunchydata.com>
Wed, 5 Jun 2019 00:20:46 +0000
(20:20 -0400)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index c3403cbd0f305ac6cbf57d9a780cbec75008481a..9b4d106f10950a2541f2e491dff7bb5ce93c91c7 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-160,7
+160,7
@@
form input[type=submit]:hover {
transition: all 0.2s;
}
-form
.pgeucfpform
input[type="submit"] {
+form input[type="submit"] {
margin-left: 0;
}