aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index abb4f8c7..a413ce83 100644
--- a/static/style.css
+++ b/static/style.css
@@ -108,16 +108,16 @@ html, body {
padding-bottom: 1ex;
}
-.jump-to > form {
+#jump-to > form {
display: flex;
}
-.jump-to input {
+#jump-to input {
flex-grow: 2;
margin-right: 1em;
}
-.jump-to button, .jump-to a {
+#jump-to button, #jump-to a {
/* Same as height, figure out way to force this */
width: 2.5em;
}