Small fix to the guide CSS: enable vertical scroll bar

This commit is contained in:
Alexander Bokovoy 2011-11-22 16:06:02 +02:00
parent d09389ab6f
commit e9a9e2afdf

View File

@ -12,8 +12,8 @@
#+STYLE: dd {width: 940px;} #+STYLE: dd {width: 940px;}
#+STYLE: p {text-align:justify;} #+STYLE: p {text-align:justify;}
#+STYLE: body {width: 960px; #+STYLE: body {width: 960px;
#+STYLE: margin: 0 auto; #+STYLE: margin: 0 auto;
#+STYLE: overflow: hidden;} #+STYLE: }
#+STYLE: div#content {margin: 0 10px 0 10px; #+STYLE: div#content {margin: 0 10px 0 10px;
#+STYLE: display: inline; #+STYLE: display: inline;
#+STYLE: float: left; #+STYLE: float: left;