diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-24 10:46:03 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-24 10:46:03 +0000 |
commit | f432a10a164e9a32f7bb915e5ca8cef5489f3ccd (patch) | |
tree | e7723cfce514c94b1984422f3483e699e30c7a41 /css/redirector.css | |
parent | f35ca65eac41d9acad9b5888242d2bc1c27d7904 (diff) |
Few fixes from Jack Black by email, thanks :)
Diffstat (limited to 'css/redirector.css')
-rw-r--r-- | css/redirector.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/css/redirector.css b/css/redirector.css index 31fb8cf..97b877c 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -256,8 +256,7 @@ a.disabled:hover { #delete-redirect-form { position: fixed; padding:10px; - min-width:500px; - width:intrinsic; + width:500px; background:white; border:solid 1px #bbb; border-radius:3px; |