svn: /web/php/trunk/styles/ structure.css
[email protected] (Paul Dragoonis)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
dragoonis Fri, 31 Dec 2010 06:04:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306903
Log:
Fixing the problem with long function names that are one word, it now overflows under the menu like the original php.net design does
Changed paths:
U web/php/trunk/styles/structure.css
Modified: web/php/trunk/styles/structure.css
===================================================================
--- web/php/trunk/styles/structure.css 2010-12-31 05:51:57 UTC (rev 306902)
+++ web/php/trunk/styles/structure.css 2010-12-31 06:04:22 UTC (rev 306903)
@@ -149,6 +149,7 @@
}
.layout-menu li li a {
+ overflow: hidden;
border: none;
font-size: 11px;
padding: 1px 0 1px 20px;