svn: /pear2/sandbox/pear2.php.net/trunk/www/css/ category.css
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Thu, 24 Jun 2010 22:52:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300739
Log:
Remove some redundant styles. They were moved to package-details.css
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/css/category.css
Modified: pear2/sandbox/pear2.php.net/trunk/www/css/category.css
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/css/category.css 2010-06-24 22:42:26 UTC (rev 300738)
+++ pear2/sandbox/pear2.php.net/trunk/www/css/category.css 2010-06-24 22:52:52 UTC (rev 300739)
@@ -33,38 +33,3 @@
}
/* }}} */
-/* {{{ Category package list */
-
-.view-category .package-title {
- font-weight: bold;
- font-size: 17px;
-}
-
-.view-category .package {
- margin-bottom: 1em;
- padding-bottom: 1em;
- border-bottom: 1px solid #d8e7d0;
-}
-
-.view-category .package:last-child {
- margin-bottom: 0;
- padding-bottom: 0;
- border-bottom: none;
-}
-
-.view-category .package-info {
- float: left;
- width: 415px;
- padding-right: 10px;
-}
-
-.view-category .package-more-info {
- margin-left: 425px;
- padding-left: 10px;
-}
-
-.view-category .package-more-info table.package-details {
- margin: 0;
-}
-
-/* }}} */