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

Warren Block <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
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;
 }
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.