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 13:33:43 UTC

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

Author: sjur
Date: Tue Jul  5 13:33:43 2016
New Revision: 1751467

URL: http://svn.apache.org/viewvc?rev=1751467&view=rev
Log:
Removed gap between tabs and level2tabs, added left and right margins to level2tabs, made the level2tabs text a bit smaller. The margin below main tabs when no level2tabs are shown is also gone. Trying to find a way around it.

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=1751467&r1=1751466&r2=1751467&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 13:33:43 2016
@@ -1,3 +1,8 @@
+/* override bootstrap: */
+#topmenu {
+    margin: 0;
+}
+
 body {
 /*    margin: 0px 0px 0px 0px;
     font-family: Verdana, Helvetica, sans-serif;*/
@@ -249,6 +254,9 @@ html>body #top .searchbox {
 }
 
 #level2tabs {
+    margin-left: 2em;
+    margin-right: 2em;
+    font-size: 90%;
 /*    margin: 0;
     float:left;
     position:relative;*/