[#68] Fix white background showing on RHS.

This commit is contained in:
zkim 2011-11-23 14:59:19 -07:00
parent 47eeae750c
commit ca3eda5594

View file

@ -297,7 +297,8 @@
:padding 0
:font-family "'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;"
:font-size "16px"
:color "#252519"}]
:color "#252519"
:background-color "#F5F5FF"}]
[:h1 {:font-size "20px"
:margin-top 0}]
[:a.anchor {:text-decoration "none"
@ -316,7 +317,8 @@
:margin "0px"
:padding-left "55px"
:padding-right "20px"
:border "none"}]
:border "none"
:background-color "#FFF"}]
[:td.docs :pre {:font-size "12px"
:overflow "hidden"}]
[:td.codes {:width "55%"