tweak nav links

This commit is contained in:
Toks
2013-05-07 16:01:45 -04:00
parent 2e370f9907
commit f396e04402
2 changed files with 2 additions and 4 deletions

View File

@@ -262,8 +262,6 @@ div#c-posts {
} }
#pool-nav, #search-seq-nav, #nav-help { #pool-nav, #search-seq-nav, #nav-help {
margin: 0px 0px 0.5em 0px;
li { li {
position: relative; position: relative;
text-align: center; text-align: center;

View File

@@ -1,9 +1,9 @@
<div id="search-seq-nav"> <div id="search-seq-nav">
<ul> <ul>
<li class="active"> <li class="active">
<%= link_to "&laquo;prev".html_safe, show_seq_post_path(post, :tags => params[:tags], :seq => "prev"), :rel => "prev", :class => "prev" %> <%= link_to "&lsaquo;&thinsp;prev".html_safe, show_seq_post_path(post, :tags => params[:tags], :seq => "prev"), :rel => "prev", :class => "prev" %>
<span class="search-name">Search: <%= params[:tags] %></span> <span class="search-name">Search: <%= params[:tags] %></span>
<%= link_to "next&raquo;".html_safe, show_seq_post_path(post, :tags => params[:tags], :seq => "next"), :rel => "next", :class => "next" %> <%= link_to "next&thinsp;&rsaquo;".html_safe, show_seq_post_path(post, :tags => params[:tags], :seq => "next"), :rel => "next", :class => "next" %>
</li> </li>
</ul> </ul>
</div> </div>