mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
bugfix: vertical-align is 'middle' not 'center'
This commit is contained in:
parent
e0ba7ae80b
commit
ac10964a52
@ -215,7 +215,7 @@ $NEWSLISTSTYLE = "<table cellpadding='0' cellspacing='0' style='margin-bottom:3p
|
||||
|
||||
$NEWSCAT = "\n\n\n\n<!-- News Category -->\n\n\n\n
|
||||
<div style='padding:2px;padding-bottom:12px'>
|
||||
<div class='leftcap' style='vertical-align:center'>
|
||||
<div class='leftcap' style='vertical-align:middle'>
|
||||
{NEWSCATICON}
|
||||
<span style='vertical-align:top;margin-top:3px'>
|
||||
{NEWSCATEGORY}
|
||||
|
Loading…
x
Reference in New Issue
Block a user