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 2018/03/14 19:46:14 UTC

pdfbox-docs git commit: PDFBOX-3330: reduce asset size; add room to subheader in FAQ

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master d72e84b50 -> a8130d117


PDFBOX-3330: reduce asset size; add room to subheader in FAQ


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/a8130d11
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/a8130d11
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/a8130d11

Branch: refs/heads/master
Commit: a8130d117ae033384cbff2124388be44f0ab36c6
Parents: d72e84b
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Wed Mar 14 20:45:36 2018 +0100
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Wed Mar 14 20:45:36 2018 +0100

----------------------------------------------------------------------
 content/_layouts/default.html    |   4 ++--
 content/css/site.css             |   6 +++++-
 content/images/SupportApache.jpg | Bin 0 -> 20782 bytes
 content/images/footer.png        | Bin 4579 -> 1164 bytes
 4 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/a8130d11/content/_layouts/default.html
----------------------------------------------------------------------
diff --git a/content/_layouts/default.html b/content/_layouts/default.html
index fde4cf3..f2f50e4 100644
--- a/content/_layouts/default.html
+++ b/content/_layouts/default.html
@@ -137,7 +137,7 @@
                     <li><a href="https://www.apache.org/security/">Security</a></li>
                 </ul>
 		<!-- dontation page logo/link-->
-		<a href="https://www.apache.org/foundation/contributing.html"><img width="135" src="https://s.apache.org/SupportApache"></a>
+		<a href="https://www.apache.org/foundation/contributing.html"><img width="135" src="/images/SupportApache.jpg"></a>
             </div>
             <div class="col-xs-12 col-sm-9">
                 {{ content }}
@@ -160,7 +160,7 @@
     </footer>
 
         <!-- Twitter Bootstrap and jQuery after this line. -->
-    <script src="//code.jquery.com/jquery-latest.js"></script>
+    <script src="//code.jquery.com/jquery-latest.min.js"></script>
     <script src="/bootstrap/js/bootstrap.min.js"></script>
     <script type="text/javascript">
 

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/a8130d11/content/css/site.css
----------------------------------------------------------------------
diff --git a/content/css/site.css b/content/css/site.css
index ba1b913..f6336f5 100644
--- a/content/css/site.css
+++ b/content/css/site.css
@@ -97,6 +97,10 @@ h1 {
   margin-top: 0;
 }
 
+h3 {
+  margin-bottom: 16px;
+}
+
 /* features list */
 h4 .oi {
     position: relative;
@@ -204,7 +208,7 @@ table tr:nth-child(even) td, table tr.even td {
 }
 
 .sidebar .sidebar-node > a::before {
-    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#0088cc' d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z' transform='translate(0 1)' /%3E%3C/svg%3E");
+  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#0088cc' d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z' transform='translate(0 1)' /%3E%3C/svg%3E");
   display:inline-block;
   width:12px;
   height:12px;

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/a8130d11/content/images/SupportApache.jpg
----------------------------------------------------------------------
diff --git a/content/images/SupportApache.jpg b/content/images/SupportApache.jpg
new file mode 100644
index 0000000..ab744cb
Binary files /dev/null and b/content/images/SupportApache.jpg differ

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/a8130d11/content/images/footer.png
----------------------------------------------------------------------
diff --git a/content/images/footer.png b/content/images/footer.png
index 344b3b4..a414068 100644
Binary files a/content/images/footer.png and b/content/images/footer.png differ