]> git.openstreetmap.org Git - rails.git/commit
Replace CSS-driven borders with bootstrap borders
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 17 Nov 2021 17:33:14 +0000 (17:33 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Nov 2021 12:24:16 +0000 (12:24 +0000)
commit52cd62bf1309a91813b8dfccaf5f7ce9859007f1
tree49a4ce8d84e60cb13ed7df1cebd610f5e047f04b
parentf433fb3d4eb9ba9d26aad2070d316e2e7d35b8b9
Replace CSS-driven borders with bootstrap borders

This makes future refactoring easier, since the elements will
retain their borders even if the hierarchy changes.

Also round some maps and the legale section since I think those now
look nicer.
app/assets/stylesheets/common.scss
app/helpers/user_helper.rb
app/views/browse/_paging_nav.html.erb
app/views/browse/_tag_details.html.erb
app/views/dashboards/show.html.erb
app/views/diary_entries/_form.html.erb
app/views/profiles/edit.html.erb
app/views/site/export.html.erb
app/views/users/terms.html.erb
test/helpers/user_helper_test.rb