You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2013/10/20 17:37:13 UTC

svn commit: r1533919 - /pdfbox/cmssite/trunk/content/css/site.css

Author: msahyoun
Date: Sun Oct 20 15:37:12 2013
New Revision: 1533919

URL: http://svn.apache.org/r1533919
Log:
prevent the navbar from overlapping link targets

Modified:
    pdfbox/cmssite/trunk/content/css/site.css

Modified: pdfbox/cmssite/trunk/content/css/site.css
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/css/site.css?rev=1533919&r1=1533918&r2=1533919&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/css/site.css (original)
+++ pdfbox/cmssite/trunk/content/css/site.css Sun Oct 20 15:37:12 2013
@@ -71,6 +71,12 @@ h4 [class^="iconic"], h4 [class*=" iconi
     color: #0088cc;
 }
 
+/* prevent the navbar from overlapping */
+h4[id] {
+  padding-top: 80px;
+  margin-top: -45px;
+}
+
 
 /* default styling for the tables copied over from bootstrap 
  * to get basic styling for tables created through markdown