Add css for guide and include it from webhacks.

This commit is contained in:
Bradley M. Kuhn 2014-11-06 14:49:23 -05:00
parent c568e41728
commit 913551b960
2 changed files with 4 additions and 0 deletions

3
css/guide.css Normal file
View file

@ -0,0 +1,3 @@
body > p.noindent {
text-indent:1em;
}

View file

@ -1,6 +1,7 @@
\Preamble{xhtml}
\begin{document}
\Configure{@HEAD}{\HCode{<link rel="stylesheet" type="text/css" href="css/footnote-hack.css" /> \Hnewline}}
\Configure{@HEAD}{\HCode{<link rel="stylesheet" type="text/css" href="css/guide.css" /> \Hnewline}}
\Configure{@HEAD}{\HCode{<script type="text/javascript" src="http://copyleft.org/jquery-1.10.2.js"></script>\Hnewline}}
\Configure{@HEAD}{\HCode{<script type="text/javascript" src="http://copyleft.org/jquery-ui-1.11.2.js"></script>\Hnewline}}
\Configure{@HEAD}{\HCode{<script type="text/javascript" src="js/comprehensive-gpl-guide-js.js"></script>\Hnewline}}