Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 18:20:33 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47401 - head/en_US.ISO8859-1/htdocs/layout/css
Message-ID:  <201509101820.t8AIKX6V026670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Thu Sep 10 18:20:32 2015
New Revision: 47401
URL: https://svnweb.freebsd.org/changeset/doc/47401

Log:
  Fix the donate box wrapping and forcing the menus down (reported by
  pluknet and allanjude).
  
  Fix the menu width and margin (reported by allanjude).

Modified:
  head/en_US.ISO8859-1/htdocs/layout/css/layout.css
  head/en_US.ISO8859-1/htdocs/layout/css/navigation.css

Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css
==============================================================================
--- head/en_US.ISO8859-1/htdocs/layout/css/layout.css	Thu Sep 10 14:20:57 2015	(r47400)
+++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css	Thu Sep 10 18:20:32 2015	(r47401)
@@ -51,7 +51,6 @@
   position: relative;
   border: 0px;
   padding-left: 0px;
-  margin-right: -4%;
   float: right;
 }
 
@@ -423,9 +422,9 @@
 }
 
 .frontdonateroundbox {
-  margin-top: 10px;
+  margin-top: 0.5em;
   padding: 0;
-  width: 180px;
+  width: 85%;
   background-color: white;
   border-radius: 10px;
 }

Modified: head/en_US.ISO8859-1/htdocs/layout/css/navigation.css
==============================================================================
--- head/en_US.ISO8859-1/htdocs/layout/css/navigation.css	Thu Sep 10 14:20:57 2015	(r47400)
+++ head/en_US.ISO8859-1/htdocs/layout/css/navigation.css	Thu Sep 10 18:20:32 2015	(r47401)
@@ -74,14 +74,11 @@
 /* New drop-down menu implementation */
 
 #menu {
-  width: 122%;
   float: left;
-  height: 29px;
-  font-size: 0.9em;
+  height: 2.0em;
+  font-size: 90%;
   clear: both;
-  margin-left: -1%;
-  margin-right: -5%;
-  margin-top: 5px;
+  margin-top: .1%;
   font-weight: bold;
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509101820.t8AIKX6V026670>