diff options
| author | Igor Minar | 2011-11-05 22:30:01 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-11-05 22:30:50 -0700 |
| commit | 66fc268aeb772aeb72d3301339fa7b5194c14561 (patch) | |
| tree | 91b0c0f0ff5034dd2ba90291fca316da4f21eaa0 /docs | |
| parent | 1d966f8a65a968d6549f70ff59ac280f50b4ce24 (diff) | |
| download | angular.js-66fc268aeb772aeb72d3301339fa7b5194c14561.tar.bz2 | |
docs(css): fixing positioning of disqus comments
float:left causes the comments to shift to the left when content is longer
than the sidebar
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/templates/docs.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
