Update CSS for archive and put the call in widget index

This commit is contained in:
chris 2013-03-13 17:21:39 +08:00
parent e208e99a73
commit 2427bc5b69
2 changed files with 6 additions and 2 deletions

View File

@ -29,7 +29,9 @@
padding: 0 0 0 16px;
}
.o-archives-list-item {}
.o-archives-list-item ol {}
.o-archives-list-item ol {
list-style-type: decimal;
}
.o-archives-list-item li {
margin: 0 0 10px 0;
}

View File

@ -4,4 +4,6 @@
<div id="archive_file_widget">
<%= render 'index' %>
</div>
</div>
<%= stylesheet_link_tag "archive/archives" %>