svn: /web/php/trunk/styles/ doc.css
[email protected] (Paul Dragoonis)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
dragoonis Fri, 31 Dec 2010 06:54:40 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306905
Log:
Changes to the .doctable's thead region: Lightening things up a bit, making <th> text more readable
Changed paths:
U web/php/trunk/styles/doc.css
Modified: web/php/trunk/styles/doc.css
===================================================================
--- web/php/trunk/styles/doc.css 2010-12-31 06:35:07 UTC (rev 306904)
+++ web/php/trunk/styles/doc.css 2010-12-31 06:54:40 UTC (rev 306905)
@@ -23,10 +23,6 @@
color: #000;
}
-.docs thead th .parameter {
- color: #FFFFFF;
-}
-
.docs .parameter {
color: #604080;
font-weight: bold;
@@ -156,8 +152,7 @@
}
.docs .doctable th {
- background-color: #604080;
- color: #FFFFFF;
+ background-color: #C3ADD9;
border-bottom: 1px solid #987db3;
text-align: center;
}