You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ra...@apache.org on 2014/12/16 18:48:40 UTC

deltaspike git commit: DELTASPIKE-690 - Setup admonitionblock

Repository: deltaspike
Updated Branches:
  refs/heads/master ae145f36a -> 02f28387e


DELTASPIKE-690 - Setup admonitionblock


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/02f28387
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/02f28387
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/02f28387

Branch: refs/heads/master
Commit: 02f28387eaf5efae300e805e887b111733914ba5
Parents: ae145f3
Author: Rafael Benevides <ra...@gmail.com>
Authored: Tue Dec 16 15:48:23 2014 -0200
Committer: Rafael Benevides <ra...@gmail.com>
Committed: Tue Dec 16 15:48:23 2014 -0200

----------------------------------------------------------------------
 documentation/pom.xml      | 1 +
 site/pom.xml               | 1 +
 template/document.html.erb | 2 ++
 3 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/02f28387/documentation/pom.xml
----------------------------------------------------------------------
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 95af534..c9a0f6b 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -74,6 +74,7 @@
 					<attributes>
 						<toc>true</toc>
             <basedir>..</basedir>
+            <icons>font</icons>
 					</attributes>
 				</configuration>
 			</plugin>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/02f28387/site/pom.xml
----------------------------------------------------------------------
diff --git a/site/pom.xml b/site/pom.xml
index c8649ad..2268b78 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -74,6 +74,7 @@
 					<attributes>
 						<toc>true</toc>
             <basedir>.</basedir>
+            <icons>font</icons>
 					</attributes>
 				</configuration>
 			</plugin>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/02f28387/template/document.html.erb
----------------------------------------------------------------------
diff --git a/template/document.html.erb b/template/document.html.erb
index a73d813..1c07a9d 100644
--- a/template/document.html.erb
+++ b/template/document.html.erb
@@ -14,9 +14,11 @@
 
 <link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
 <link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" >
 
 <style type="text/css">
 <%= ::Asciidoctor::Stylesheets.instance.coderay_stylesheet_data %>
+
 body {
 	padding-top: 60px;
 	padding-bottom: 40px;