Commit f013c65a5c55a3ac2e43795f3c510a3b96a58626

Authored by Luciano Prestes
Committed by Rodrigo Souto
1 parent 9a6bf3c2

Fix Top and Left Bar bug, the Top Bar was in below

Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
public/designs/templates/topleft/stylesheets/style.css
... ... @@ -20,7 +20,7 @@
20 20  
21 21 .box-3 {
22 22 position: relative;
23   - display: table-footer-group;
  23 + display: table-header-group;
24 24 width: 100%;
25 25 }
26 26  
... ...