Author: dbkr
Date: 2008-04-12 14:54:48 +0000 (Sat, 12 Apr 2008)
New Revision: 19235
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
Log:
It's 'middle' for vertical align, not 'center'. If it turns out the theme looks
hideous when this line of CSS actually works, then just delete the line.
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
2008-04-12 14:53:34 UTC (rev 19234)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
2008-04-12 14:54:48 UTC (rev 19235)
@@ -329,7 +329,7 @@
.request-progress {
width: 100px;
- vertical-align: center;
+ vertical-align: middle;
}
.progressbar {