* empty vertical scrollbar added

This commit is contained in:
Max Pozdeev 2010-08-24 13:29:21 +04:00
parent f3f2b606ae
commit de9390f2a6

View file

@ -5,7 +5,7 @@
/* default style */
html { height:100%; }
html { height:100%; overflow-y:scroll; }
body { margin:0px; padding:0px; height:100%; min-height:100%; background-color:#fff; }
#wrapper { margin:0px auto; max-width:950px; height:100%; }
#container { height:auto !important;height:100%;min-height:100%; }