]> git.openstreetmap.org Git - rails.git/commit
Fix lists in rich text to display properly
authorTom Hughes <tom@compton.nu>
Thu, 24 Jan 2013 14:54:26 +0000 (14:54 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 24 Jan 2013 14:54:26 +0000 (14:54 +0000)
commit1f7dd79daf44de5f8f8b6c246a269e44bb258175
tree13aff9e87d3423945bf1f025befdcc6afc6aa426
parentf430d2c6e1473f3e5fd0c4f8af4c44ad0bf39230
Fix lists in rich text to display properly

Add a "richtext" class to anything which contains text rendered
by our rich text library, and move styles which were only being
applied to diary entries to apply to all rich text.
app/assets/stylesheets/common.css.scss
app/helpers/application_helper.rb
app/views/diary_entry/_diary_comment.html.erb
app/views/diary_entry/_diary_entry.html.erb
app/views/diary_entry/comments.html.erb
app/views/message/read.html.erb
app/views/redactions/show.html.erb
app/views/user/_user.html.erb
app/views/user/view.html.erb
app/views/user_blocks/show.html.erb