]> git.plutz.net Git - cgilite/blobdiff - common.css
debug function
[cgilite] / common.css
index 38eff7da3b957999ff674f26ebe80ca3bf1c4409..30c3942eb5d8a2b4ef42e3fceb972b2d8c54a495 100644 (file)
@@ -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;