mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 11:37:38 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user