Update CSS for archive and put the call in widget index
This commit is contained in:
parent
e208e99a73
commit
2427bc5b69
4
vendor/built_in_modules/archive/app/assets/stylesheets/archive/archives.css
vendored
Executable file → Normal file
4
vendor/built_in_modules/archive/app/assets/stylesheets/archive/archives.css
vendored
Executable file → Normal 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;
|
||||
}
|
||||
|
|
|
@ -5,3 +5,5 @@
|
|||
<div id="archive_file_widget">
|
||||
<%= render 'index' %>
|
||||
</div>
|
||||
|
||||
<%= stylesheet_link_tag "archive/archives" %>
|
Reference in New Issue