diff options
Diffstat (limited to 'g')
-rw-r--r-- | g/style/all.css | 2 | ||||
-rw-r--r-- | g/style/screen.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index e3a62f3bb..69a90a56c 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -229,12 +229,12 @@ table#fr-table td.money { text-align: right; } .dlt2 th, .dlt2 td { border: 1px solid transparent; + vertical-align: top; } .dlt2 thead th { color: #aaa; font-size: 85%; text-align: left; } .dlt2 th { border: 0; border-bottom: 1px solid #ccc; - } .dlt2 tbody td { border-bottom: 1px solid #aaa; diff --git a/g/style/screen.css b/g/style/screen.css index eae633363..ccdd3185c 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -217,12 +217,12 @@ table#fr-table td.money { text-align: right; } .dlt2 th, .dlt2 td { border: 1px solid transparent; + vertical-align: top; } .dlt2 thead th { color: #aaa; font-size: 85%; text-align: left; } .dlt2 th { border: 0; border-bottom: 1px solid #ccc; - } .dlt2 tbody td { border-bottom: 1px solid #aaa; |