Skip to content

Commit

Permalink
fix: Ellipsis for topic title in the navbar.
Browse files Browse the repository at this point in the history
Fixes #55.
  • Loading branch information
dignifiedquire committed Dec 31, 2013
1 parent cc17679 commit 5c54767
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion less/custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ body { height: 100%; margin: 0; }
#content { padding-top: 100px; padding-bottom: 20px; }
#landing { background-color: #eee; }
.navbar ul.pagination { margin: 11px 0 0 0; font-size: 11px; }
.navbar li.text { color: @navbar-inverse-link-color; margin-top: 22px; font-size: 12px; }
.navbar li.text {
color: @navbar-inverse-link-color;
margin-top: 22px;
font-size: 12px;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.previous a, .next a { cursor: pointer; }
.center { text-align: center; }
.jepso { color: #bf0080; }
Expand Down

0 comments on commit 5c54767

Please sign in to comment.