Commit: 132527382fb037b553bff993657702e0aa57ec50 Author: David Allen <[email protected]> Tue, 4 Mar 2014 17:33:20 -0500 Parents: d91e8468e5982f00156aa04efb58a4ec88c47f4c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=132527382fb037b553bff993657702e0aa57ec50 Log: added class to logo list and style to remove list style type Changed paths: M download-logos.php M styles/theme-base.css Diff: diff --git a/download-logos.php b/download-logos.php index fd3f552..dfbed50 100644 --- a/download-logos.php +++ b/download-logos.php @@ -72,7 +72,7 @@ function random_bgcolor($min, $max) browser/operating system don't handle transparent PNG images very well. </p> -<div class="center"> +<div class="center logo-list"> <table border="0" width="90%" cellspacing="2" cellpadding="10" id="logos"> <tr> diff --git a/styles/theme-base.css b/styles/theme-base.css index 677a30e..dd2cc50 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1920,5 +1920,13 @@ aside.tips div.inner { } /* }}} */ +/* {{{ Logo Downloads */ + +.logo-list ul{ + list-style-type: none; +} + +/* }}} */ + // vim: set ts=2 sw=2 et: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
