Skip to content

Commit

Permalink
-info is way more readable with that darn orange font.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfly committed May 3, 2015
1 parent bb85c89 commit 27e4d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WcaOnRails/app/views/nodes/_node.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="panel <%= node.sticky? ? "panel-primary" : "panel-default" %>">
<div class="panel <%= node.sticky? ? "panel-info" : "panel-default" %>">
<div class="panel-heading">
<h3 class="panel-title">
<% if @node %>
Expand Down

0 comments on commit 27e4d13

Please sign in to comment.