diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-14 14:29:32 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-14 14:29:32 +0000 |
commit | 3b297278c9923ea21ad70603113fbdd260f5db73 (patch) | |
tree | 08d27e490fa0b3eca396db521bc0ca349acc2d56 | |
parent | e2cc4f87d36006d74cdcef7362dd51728802d4aa (diff) |
CSS change
-rw-r--r-- | css/redirector.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/css/redirector.css b/css/redirector.css index 18c0977..b29cbfb 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -169,9 +169,7 @@ input[type="radio"] { /* Table of redirects */ .redirect-table { - width:intrinsic; - max-width:1024px; - min-width:600px; + max-width:800px; border:solid 1px #bbb; margin:0px auto; border-radius:3px; @@ -202,7 +200,7 @@ input[type="radio"] { .redirect-info div p { display:table-cell; word-wrap:break-word; - max-width:900px; + max-width:700px; } .redirect-row:last-child { |