[COMMONSSITE-78] Item #2: The left-hand side menu is centered vertically which makes it somehow invisible. The user has to scroll down on larger pages such as the above mentioned start page.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk@1569824 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/css/site.css b/src/main/resources/css/site.css
index b74e318..18e8a68 100644
--- a/src/main/resources/css/site.css
+++ b/src/main/resources/css/site.css
@@ -22,6 +22,7 @@
 .big-green { font-weight: bold; color: green }
 
 .layout-table { width: 100%; }
+.layout-table tr { vertical-align: top; }
 .sidebar { width: 250px; vertical-align: top; }
 .content { padding-left: 20px; vertical-align: top; }