As per a suggestion, making the max-width of the Feed view set to 700px. Great idea.

This commit is contained in:
Samuel Clay 2011-11-11 11:48:54 -08:00
parent 68d956e80b
commit b532e85b3d

View file

@ -1889,6 +1889,7 @@ background: transparent;
#story_pane .NB-feed-story-content {
margin: 0 140px 32px 28px;
padding: 12px 0px;
max-width: 700px;
}
#story_pane .NB-feed-story-endbar {