docs(css): fixing positioning of disqus comments

float:left causes the comments to shift to the left when content is longer
than the sidebar
This commit is contained in:
Igor Minar 2011-11-05 22:30:01 -07:00
parent 1d966f8a65
commit 66fc268aeb

View file

@ -269,9 +269,9 @@ li {
/*----- content styles -----*/
.content-panel {
float: left;
float: right;
margin-top: 4em;
margin-left: 3em;
margin-right: 3em;
width: 57em;
padding: 0.5em 1em 1em 1em;
background: #7989D6;