Skip to content

Commit

Permalink
Merge pull request #133 from phiggins/just-remove-the-css
Browse files Browse the repository at this point in the history
Remove unnecessary CSS class.
  • Loading branch information
phiggins committed Apr 20, 2016
2 parents d3c6f1b + 12245dc commit 5e488fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions app/assets/stylesheets/seattlerb.css
Expand Up @@ -3680,11 +3680,6 @@ input[type="submit"].btn {
margin-bottom: 18px;
list-style: none; }

.profile_nav {
list-style: inline;
list-style-type: none;
}

/* line 16, /Users/mike/Projects/oss/seattlerb-style.org/vendor/assets/stylesheets/twitter/bootstrap/_navs.scss */
.nav > li > a {
display: block; }
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -33,7 +33,7 @@
<%= nav_item_link "Talks", talks_path %>
<%= nav_item_link "Blog", posts_path %>
</ul>
<ul class="nav profile_nav pull-right">
<ul class="nav pull-right">
<% if signed_in? %>
<%= nav_item_link current_member.name, member_path(current_member) %>
<%= nav_item_link "Log out", destroy_member_session_path, method: :delete %>
Expand Down

0 comments on commit 5e488fd

Please sign in to comment.