Fix active state CSS.

master
Nick Sergeant 2013-01-21 19:18:30 -05:00
parent 75cf276f39
commit 9aaeea6ea6
4 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -513,8 +513,10 @@ section.main {
margin: 0 0 0 22px;
}
&.active {
border-bottom: 1px solid #2B6E9B;
color: #2B6E9B;
span {
border-bottom: 1px solid #2B6E9B;
color: #2B6E9B;
}
}
}
a.all-tags {

View File

@ -19,7 +19,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?54" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?55" />
{% if has_snipts and not detail %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&amp;api_key={{ request.user.api_key.key }}{% endif %}" />