Commit 0b042903 authored by Eric Davis's avatar Eric Davis

[#191] Refactor HTML style to CSS

parent 97dd339b
......@@ -36,13 +36,15 @@
</dl>
<% end %>
<p><center>
<div class="search-pagination">
<p>
<% if @pagination_previous_date %>
<%= link_to_previous_search_page(@pagination_previous_date) %>&nbsp;
<%= link_to_previous_search_page(@pagination_previous_date) %>
<% end %>
<% if @pagination_next_date %>
<%= link_to_next_search_page(@pagination_next_date) %>
<% end %>
</center></p>
</p>
</div>
<% html_title(l(:label_search)) -%>
......@@ -331,6 +331,9 @@ dt.time-entry { background-image: url(../images/time.png); }
#search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
.search-pagination { text-align: center; }
.search-pagination a {padding: 0 5px; }
div#roadmap .related-issues { margin-bottom: 1em; }
div#roadmap .related-issues td.checkbox { display: none; }
div#roadmap .wiki h1:first-child { display: none; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment