From 57a9c0d4fab157aaa5526d60d9026774cb828247 Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Mon, 26 Oct 2015 12:33:57 +0530 Subject: [PATCH 1/1] Remove inline property of secondary links on diary page --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.43.2