mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
fixed problem with general td alignment, which should not be defined globally
for a general tag like <td>
This commit is contained in:
parent
4021794c82
commit
ff4f8c8b3a
@ -91,8 +91,10 @@ select
|
||||
|
||||
td
|
||||
{
|
||||
|
||||
/* global tags should never be defined here [ndee]*/
|
||||
font-size: 11px;
|
||||
text-align:left;
|
||||
/* removed text-align:left; [ndee]*/
|
||||
/* padding-top:1px;
|
||||
padding-bottom:1px;*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user