Skip to content

Commit

Permalink
Closes ansible#16. Alphabetic pagintion for speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Kushner committed Jun 2, 2016
1 parent 5fa1d5f commit 6da8ed8
Show file tree
Hide file tree
Showing 4 changed files with 459 additions and 1 deletion.
9 changes: 9 additions & 0 deletions themes/pytube-201601/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,13 @@ div.index-content section.details {
left: 0;
width: 100%;
height: 100%;

/* speaker list styles */
.listNav {
padding: 5px 0px;
}

#speaker-list li {
width: 33%;
float: left;
}
1 change: 1 addition & 0 deletions themes/pytube-201601/static/css/jquery-listnav.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6da8ed8

Please sign in to comment.