From 66fc268aeb772aeb72d3301339fa7b5194c14561 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sat, 5 Nov 2011 22:30:01 -0700 Subject: docs(css): fixing positioning of disqus comments float:left causes the comments to shift to the left when content is longer than the sidebar --- docs/src/templates/docs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src') diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index c9e2e062..7f1cea8e 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -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; -- cgit v1.2.3