[Patchwork-commits] r119 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Apr 17 09:39:16 CEST 2012
Author: sebastian_d
Date: 2012-04-17 09:39:15 +0200 (Tue, 17 Apr 2012)
New Revision: 119
Modified:
www/style.css
Log:
Fixed scrollbar shift
Modified: www/style.css
===================================================================
--- www/style.css 2012-04-16 14:47:36 UTC (rev 118)
+++ www/style.css 2012-04-17 07:39:15 UTC (rev 119)
@@ -82,10 +82,12 @@
}
-html {
+/* html {
height: 100%;
-}
+} */
+html { min-height: 100%; margin-bottom: 1px; }
+
#wrap{
width:960px;
background:#fff;
More information about the Patchwork-commits
mailing list