Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 18 Jun 2012 18:33:21 Commit: 3cba74da07cf273e5ca8b1e6b6821efb65668b7b https://github.com/geany/geany-plugins/commit/3cba74da07cf273e5ca8b1e6b6821e...
Log Message: ----------- geanygendoc: Embed base stylesheet
Don't import the base CSS stylesheet from the custom one but rather embed both in the output HTML.
Modified Paths: -------------- geanygendoc/docs/Makefile.am geanygendoc/docs/manual.css
Modified: geanygendoc/docs/Makefile.am 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -13,6 +13,6 @@ dist_pluginhtmldoc_DATA = \ manual.html
if BUILD_RST -manual.html: manual.rst manual.css - $(AM_V_GEN) $(RST2HTML) -d --strict --stylesheet-path manual.css $< $@ +manual.html: manual.rst manual.css html4css1.css + $(AM_V_GEN) $(RST2HTML) -d --strict --stylesheet-path html4css1.css,manual.css $< $@ endif BUILD_RST
Modified: geanygendoc/docs/manual.css 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -6,7 +6,7 @@ Stylesheet for use with Docutils. */
-@import url(html4css1.css); +/*@import url(html4css1.css);*/
html { background-color: #eeeeec;
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
plugins-commits@lists.geany.org