Align apache logo vertically

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137749 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-01-15 21:16:31 +00:00
parent 72db2f77d9
commit a8b0d86698
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@
color: #000;
}
#banner td {
height: 100%;
vertical-align: middle;
}