From: Aditya Prakash Date: Mon, 26 Oct 2015 07:03:57 +0000 (+0530) Subject: Remove inline property of secondary links on diary page X-Git-Tag: live~4005^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/57a9c0d4fab157aaa5526d60d9026774cb828247 Remove inline property of secondary links on diary page --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 3afef70e3..f22450cea 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1588,10 +1588,6 @@ tr.turn:hover { float: left; display: block; } - - ul.secondary-actions { - display: inline-block; - } } .content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div