Changeset - 913551b96091
[Not reviewed]
0 1 1
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-06 19:49:23
bkuhn@ebb.org
Add css for guide and include it from webhacks.
2 files changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
css/guide.css
Show inline comments
 
new file 100644
 
body > p.noindent {
 
    text-indent:1em;
 
}
webhacks.cfg
Show inline comments
 
\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}}
0 comments (0 inline, 0 general)