mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
bugfix: vertical-align is 'middle' not 'center'
This commit is contained in:
parent
f545170728
commit
c5c4e555ff
@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/newspost.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2006-12-11 08:02:21 $
|
||||
| $Author: e107coders $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2007-01-20 15:58:47 $
|
||||
| $Author: mrpete $
|
||||
+---------------------------------------------------------------+
|
||||
|
||||
*/
|
||||
@ -913,7 +913,7 @@ class newspost {
|
||||
}
|
||||
$text .= "</table></form>";
|
||||
} else {
|
||||
$text .= "<div style='text-align:center'><div style='vertical-align:center'>".NWSLAN_10."</div>";
|
||||
$text .= "<div style='text-align:center'><div style='vertical-align:middle'>".NWSLAN_10."</div>";
|
||||
}
|
||||
$text .= "</div>";
|
||||
$ns->tablerender(NWSLAN_51, $text);
|
||||
|
Loading…
x
Reference in New Issue
Block a user