From 49ffc8c48001bf9a5da6e0e2eb93d0f8e6542736 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 25 Mar 2015 10:44:33 -0700 Subject: [PATCH] hide .actions --- local.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local.css b/local.css index 683c267..52ebadb 100644 --- a/local.css +++ b/local.css @@ -35,6 +35,10 @@ body { border-bottom: 0; } +.pageheader .actions { + display: none; +} + #pageinfo { margin: 1em 0; border-top: 0; -- 2.39.5