mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00: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:
parent
1d966f8a65
commit
66fc268aeb
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue