You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by sj...@apache.org on 2016/07/05 14:31:25 UTC

svn commit: r1751491 - /forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Author: sjur
Date: Tue Jul  5 14:31:24 2016
New Revision: 1751491

URL: http://svn.apache.org/viewvc?rev=1751491&view=rev
Log:
With the search box out of the header, we can reinstate the margin below the main tabs when no level2tabs are visible, by checking that the main tab element is the only child of the header div.

Modified:
    forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751491&r1=1751490&r2=1751491&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Tue Jul  5 14:31:24 2016
@@ -3,6 +3,10 @@
     margin: 0;
 }
 
+div.header #topmenu:only-child {
+    margin-bottom: 20px;
+}
+
 body {
 /*    margin: 0px 0px 0px 0px;
     font-family: Verdana, Helvetica, sans-serif;*/