SF.net SVN: geany-plugins:[1511] trunk/geany-plugins/geanygendoc
colombanw at users.sourceforge.net
colombanw at xxxxx
Tue Aug 17 00:33:50 UTC 2010
Revision: 1511
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1511&view=rev
Author: colombanw
Date: 2010-08-17 00:33:50 +0000 (Tue, 17 Aug 2010)
Log Message:
-----------
GeanyGenDoc: Add a style for blockquotes in the manual stylesheet
Modified Paths:
--------------
trunk/geany-plugins/geanygendoc/ChangeLog
trunk/geany-plugins/geanygendoc/docs/manual.css
Modified: trunk/geany-plugins/geanygendoc/ChangeLog
===================================================================
--- trunk/geany-plugins/geanygendoc/ChangeLog 2010-08-17 00:33:29 UTC (rev 1510)
+++ trunk/geany-plugins/geanygendoc/ChangeLog 2010-08-17 00:33:50 UTC (rev 1511)
@@ -2,6 +2,8 @@
* docs/manual.rst, docs/manual.html:
Add license information in the manual.
+ * docs/manual.css:
+ Add a style definition for blockquotes in the manual stylesheet.
2010-06-14 Colomban Wendling <ban(at)herbesfolles(dot)org>
Modified: trunk/geany-plugins/geanygendoc/docs/manual.css
===================================================================
--- trunk/geany-plugins/geanygendoc/docs/manual.css 2010-08-17 00:33:29 UTC (rev 1510)
+++ trunk/geany-plugins/geanygendoc/docs/manual.css 2010-08-17 00:33:50 UTC (rev 1511)
@@ -29,6 +29,12 @@
text-align: justify;
}
+blockquote {
+ padding-left: 1em;
+ margin-left: 1em;
+ border-left: 3px solid #5c3566;
+}
+
.literal-block,
.literal {
background: #fff;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list