mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +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
|
td
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/* global tags should never be defined here [ndee]*/
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
text-align:left;
|
/* removed text-align:left; [ndee]*/
|
||||||
/* padding-top:1px;
|
/* padding-top:1px;
|
||||||
padding-bottom:1px;*/
|
padding-bottom:1px;*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user