Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Updates styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Mar 11, 2013
1 parent 4ebcf75 commit ddc78df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/themes/default.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ins
background-color: $highlighter-yellow

del
color: $gray
text-decoration: strike-through

ol, ul
Expand Down
4 changes: 2 additions & 2 deletions app/views/notes/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:noindex => true

%section

= render 'header', :title => t('notes.title'), :document_title => document_title

= render 'notes_list', :notes => @notes.first(9)
= render 'notes_list', :notes => @notes.first(Settings.notes.index.page_size)
1 change: 0 additions & 1 deletion app/views/notes/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
= render 'tags', :tags => @tags

= render 'versions_list', :note => @note

0 comments on commit ddc78df

Please sign in to comment.