Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(css): fixing positioning of disqus comments
Browse files Browse the repository at this point in the history
float:left causes the comments to shift to the left when content is longer
than the sidebar
  • Loading branch information
IgorMinar committed Nov 6, 2011
1 parent 1d966f8 commit 66fc268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/templates/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 66fc268

Please sign in to comment.