Commit:    bb6370481eba841cc2349780fe9696300539bb9e
Author:    Paul Dragoonis <[email protected]>         Sun, 1 Jun 2014 
13:34:58 +0100
Parents:   3cdf63c925415d5e744b77115e94cce2ce230b88
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=bb6370481eba841cc2349780fe9696300539bb9e

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

Reply via email to