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/29 22:10:06 UTC

pdfbox-docs git commit: PDFBOX-3330: use stronger left border for alerts to match code boxes

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master 51f83c3e3 -> 78ef1cb20


PDFBOX-3330: use stronger left border for alerts to match code boxes


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

Branch: refs/heads/master
Commit: 78ef1cb20516865f8bef68c1d142de4f35f74b52
Parents: 51f83c3
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Fri Mar 30 00:09:22 2018 +0200
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Fri Mar 30 00:09:22 2018 +0200

----------------------------------------------------------------------
 content/css/site.css | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/78ef1cb2/content/css/site.css
----------------------------------------------------------------------
diff --git a/content/css/site.css b/content/css/site.css
index 60a1eb1..b6bf7f7 100644
--- a/content/css/site.css
+++ b/content/css/site.css
@@ -166,6 +166,19 @@ code {
   color: rgba(0,0,0);
 }
 
+.alert {
+  border-radius: 0;
+}
+.alert-warning {
+  border-color: transparent;
+  border-left: 2px solid #8a6d3b;
+}
+
+.alert-info {
+  border-color: transparent;
+  border-left: 2px solid #31708f;
+}
+
 /*
  * Default styling for the tables copied over from bootstrap
  * to get basic styling for tables created through markdown