svn commit: r47401 - head/en_US.ISO8859-1/htdocs/layout/css

Warren Block wblock at FreeBSD.org
Thu Sep 10 18:20:34 UTC 2015


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;
 }
 


More information about the svn-doc-all mailing list