From f013c65a5c55a3ac2e43795f3c510a3b96a58626 Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavacanti Date: Wed, 8 Apr 2015 11:27:16 -0300 Subject: [PATCH] Fix Top and Left Bar bug, the Top Bar was in below --- public/designs/templates/topleft/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/designs/templates/topleft/stylesheets/style.css b/public/designs/templates/topleft/stylesheets/style.css index 1559cbd..5ff71a9 100644 --- a/public/designs/templates/topleft/stylesheets/style.css +++ b/public/designs/templates/topleft/stylesheets/style.css @@ -20,7 +20,7 @@ .box-3 { position: relative; - display: table-footer-group; + display: table-header-group; width: 100%; } -- libgit2 0.21.2