X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=common.css;h=30c3942eb5d8a2b4ef42e3fceb972b2d8c54a495;hb=6ab69002e5b686ee4dacdc5a64d620d7361fb070;hp=38eff7da3b957999ff674f26ebe80ca3bf1c4409;hpb=a004238f314f8359e20319943107e4b574cfd358;p=cgilite diff --git a/common.css b/common.css index 38eff7d..30c3942 100644 --- a/common.css +++ b/common.css @@ -29,6 +29,7 @@ a { font-style: italic; text-decoration: underline; color: #068; + word-break: break-word; } a.button { font-style: inherit; @@ -126,7 +127,7 @@ input.search + button.search { white-space: nowrap; overflow: hidden; } -input[type="search"] + button.search:before { +input[type="search"] + button.search:before, input.search + button.search:before { content: '\1f50d'; color: #000;