Commit: 7f94efa81a1ed5cd32cacb59000149239d6e259b Author: Paul Dragoonis <dragoo...@gmail.com> Sun, 1 Jun 2014 13:34:58 +0100 Parents: 9b11d6b6d2adaef469424f2a05623cc184b293cd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7f94efa81a1ed5cd32cacb59000149239d6e259b Log: Improving the readability of search results dropdown text/headings. Fixing a minor issue with text being cut off Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 9820d66..8eb24d3 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1020,6 +1020,7 @@ fieldset { word-spacing:6px; margin: 0; padding: 0.1rem 0.3rem; + line-height: 2.5rem; } .tt-dropdown-menu .result-count { @@ -1057,13 +1058,15 @@ fieldset { overflow: hidden; text-overflow: ellipsis; font-size: 11pt; + line-height: 2rem; + font-weight: normal; } /* Class and other matches descriptions tend to be useless. */ .tt-suggestion .description { display: block; font-size: 0.75rem; - line-height: 0.8rem; + line-height: 1rem; overflow: hidden; text-overflow: ellipsis; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php