Repository: pdfbox-docs
Updated Branches:
  refs/heads/asf-site f74750dc2 -> 342db7008


Site checkin for project Apache PDFBox Website


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

Branch: refs/heads/asf-site
Commit: 342db7008d026f1efbe80ad034553c10ce333f99
Parents: f74750d
Author: Maruan Sahyoun <sahy...@fileaffairs.de>
Authored: Mon Jul 18 08:19:40 2016 +0200
Committer: Maruan Sahyoun <sahy...@fileaffairs.de>
Committed: Mon Jul 18 08:19:40 2016 +0200

----------------------------------------------------------------------
 content/css/site.css | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/342db700/content/css/site.css
----------------------------------------------------------------------
diff --git a/content/css/site.css b/content/css/site.css
index d0e3a9a..3c9c237 100644
--- a/content/css/site.css
+++ b/content/css/site.css
@@ -49,7 +49,7 @@ body > .container {
 }
 
 /*
- * Typography overwrites to bootstrap 
+ * Typography overwrites to bootstrap
  */
 
 /* headings */
@@ -90,9 +90,14 @@ pre.highlight, .highlight > pre {
     padding-left: 2rem;
 }
 
-/* 
- * Default styling for the tables copied over from bootstrap 
- * to get basic styling for tables created through markdown 
+code {
+  color: #000000;
+  background-color: #d5eaec;
+}
+
+/*
+ * Default styling for the tables copied over from bootstrap
+ * to get basic styling for tables created through markdown
  */
 table {
     width: 100%;
@@ -104,8 +109,8 @@ table th, table td {
     border-top: 1px solid #ddd;
 }
 
-table tr:nth-child(even) td, table tr.even td { 
-    background: #f9f9f9; 
+table tr:nth-child(even) td, table tr.even td {
+    background: #f9f9f9;
 }
 
 /*

Reply via email to