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 2015/10/12 23:31:42 UTC

svn commit: r1708255 - in /pdfbox/cmssite/trunk/content: FontAwesome/ css/font-awesome.css css/site.css

Author: msahyoun
Date: Mon Oct 12 21:31:41 2015
New Revision: 1708255

URL: http://svn.apache.org/viewvc?rev=1708255&view=rev
Log:
PDFBOX-2340: replace Font Awesome; remove Font Awesome

Removed:
    pdfbox/cmssite/trunk/content/FontAwesome/
    pdfbox/cmssite/trunk/content/css/font-awesome.css
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=1708255&r1=1708254&r2=1708255&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/css/site.css (original)
+++ pdfbox/cmssite/trunk/content/css/site.css Mon Oct 12 21:31:41 2015
@@ -60,7 +60,7 @@ h1 {
 /* features list */
 h4 .oi {
     position: relative;
-    top: 3px;
+    top: 5px;
     font-size: 24px;
     margin-right: 8px;
     color: #0088cc;
@@ -136,8 +136,9 @@ table tr:nth-child(even) td, table tr.ev
 }
 
 .sidebar .sidebar-node > a::before {
-  content: '\f0d7';
-  font-family: FontAwesome;
+  content: '\e034';
+  font-family: Icons;
+  font-size: 10px
   padding-right: 3px;
 }
 
@@ -150,5 +151,5 @@ table tr:nth-child(even) td, table tr.ev
 }
 
 .sidebar-node.collapsed > a::before {
-  content: '\f0da';
+  content: '\e036';
 }