From 43e18b7eb95c892633813ef25766929cc1b6b02b Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Fri, 4 Jul 2014 13:57:33 -0500 Subject: [PATCH] Fix styles for run actions --- assets/linker/styles/header-footer.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/linker/styles/header-footer.less b/assets/linker/styles/header-footer.less index ccc8281..a65801f 100644 --- a/assets/linker/styles/header-footer.less +++ b/assets/linker/styles/header-footer.less @@ -13,12 +13,12 @@ margin-right: 2px; padding: 5px 20px; } - .run-show-actions a.back-to-run { - display: none; - } - .update-order-actions a.edit-run { - display: none; - } + } + .run-show-actions a.back-to-run { + display: none; + } + .update-order-actions a.edit-run { + display: none; } }