Repository: hbase Updated Branches: refs/heads/master 69d123790 -> f7f7d37ad
HBASE-12687 Book is missing styling Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f7f7d37a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f7f7d37a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f7f7d37a Branch: refs/heads/master Commit: f7f7d37adaa8479775074547e1fdd64d7eaea84b Parents: 69d1237 Author: Nick Dimiduk <[email protected]> Authored: Sun Dec 14 16:39:30 2014 -0800 Committer: Nick Dimiduk <[email protected]> Committed: Mon Dec 15 10:41:48 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/f7f7d37a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 41419ed..74c5b03 100644 --- a/pom.xml +++ b/pom.xml @@ -848,7 +848,7 @@ <useIdAsFilename>true</useIdAsFilename> <sectionAutolabelMaxDepth>100</sectionAutolabelMaxDepth> <sectionAutolabel>true</sectionAutolabel> - <htmlStylesheet>${baserdir}/src/main/site/resources/css/freebsd_docbook.css</htmlStylesheet> + <htmlStylesheet>css/freebsd_docbook.css</htmlStylesheet> <sectionLabelIncludesComponentLabel>true</sectionLabelIncludesComponentLabel> <htmlCustomization>${basedir}/src/main/docbkx/customization.xsl</htmlCustomization> <tocMaxDepth>2</tocMaxDepth>
