1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

added class to logo list and style to remove list style type

This commit is contained in:
David Allen
2014-03-04 17:33:20 -05:00
parent d91e8468e5
commit 132527382f
2 changed files with 9 additions and 1 deletions

View File

@@ -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>

View File

@@ -1920,5 +1920,13 @@ aside.tips div.inner {
}
/* }}} */
/* {{{ Logo Downloads */
.logo-list ul{
list-style-type: none;
}
/* }}} */
// vim: set ts=2 sw=2 et: