aboutsummaryrefslogtreecommitdiffstats
path: root/g/style
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-05-15 21:01:00 +0000
committerRomain d'Alverny <rda@mageia.org>2011-05-15 21:01:00 +0000
commitcb6a2fdc21ec7be23bac331684153e23c07d0eeb (patch)
tree80c36fd8b43294105ba7ac3d98ee45827720fb2a /g/style
parent1d91fde712b9e8085a6cb99c445ed02cd0cd7d4a (diff)
downloadwww-cb6a2fdc21ec7be23bac331684153e23c07d0eeb.tar
www-cb6a2fdc21ec7be23bac331684153e23c07d0eeb.tar.gz
www-cb6a2fdc21ec7be23bac331684153e23c07d0eeb.tar.bz2
www-cb6a2fdc21ec7be23bac331684153e23c07d0eeb.tar.xz
www-cb6a2fdc21ec7be23bac331684153e23c07d0eeb.zip
top vertical alignment in table
Diffstat (limited to 'g/style')
-rw-r--r--g/style/all.css2
-rw-r--r--g/style/screen.css2
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;