diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 3dddde5..857fd00 100644 --- a/static/style.css +++ b/static/style.css @@ -53,7 +53,9 @@ a:active { } #searchform{ - background:#EBF5FB; + background:#EBF5FB; + padding-top: 0; + padding-left: 0; } |