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 2014/10/13 22:47:32 UTC

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

Author: msahyoun
Date: Mon Oct 13 20:47:31 2014
New Revision: 1631540

URL: http://svn.apache.org/r1631540
Log:
adjust logo size

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=1631540&r1=1631539&r2=1631540&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/css/site.css (original)
+++ pdfbox/cmssite/trunk/content/css/site.css Mon Oct 13 20:47:31 2014
@@ -32,6 +32,7 @@
 /* Add some space around the pdfbox logo */
 .logo {
     padding: 12px 20px;
+    max-width: 200px;
 }
 
 /* Styling for the copyright footer */
@@ -72,7 +73,6 @@ h1[id], h2[id], h3[id], h4[id], h5[id] {
   margin-top: -45px;
 }
 
-
 /* default styling for the tables copied over from bootstrap 
  * to get basic styling for tables created through markdown 
  */