--- share/web/static/css/app.css 2008/06/16 22:56:14 186 +++ share/web/static/css/app.css 2008/06/18 21:42:46 202 @@ -1,3 +1,12 @@ +/* fix navigation width */ + +div#navigation { + width: 100% !important; +} +div#navigation ul { + width: 100% !important; +} + tt.email { color: #888; }