mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing alignment of text in tables.
This commit is contained in:
parent
18f58c41ae
commit
0311ddb609
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ th a.desc:after {
|
|||
table tr td {
|
||||
background: #fff;
|
||||
padding: 6px;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
border-bottom:1px solid #ddd;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue