From 55028d445500994cae36d4a1b879cd4713e47107 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 27 Mar 2016 11:39:44 +0200 Subject: Add float and clear to topbar image and list, to place menu in bottom of topbar. --- test.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.scss') diff --git a/test.scss b/test.scss index 4605d55..ca62267 100644 --- a/test.scss +++ b/test.scss @@ -5,6 +5,10 @@ background-color: #336699; } +.topbar p, .topbar .imgframe p { + float: left; +} + //.topbar ul { // display: block; // margin: 3em 0; @@ -13,6 +17,7 @@ .topbar ul { position: relative; top: 1.5em; + clear: left; } .topbar ul li a, -- cgit v1.2.3