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:
@@ -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>
|
||||
|
||||
@@ -1920,5 +1920,13 @@ aside.tips div.inner {
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ Logo Downloads */
|
||||
|
||||
.logo-list ul{
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
/* }}} */
|
||||
|
||||
|
||||
// vim: set ts=2 sw=2 et:
|
||||
|
||||
Reference in New Issue
Block a user