gtkmm-documentation r50 - in trunk: . docs/tutorial
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm-documentation r50 - in trunk: . docs/tutorial
- Date: Tue, 10 Jun 2008 09:19:29 +0000 (UTC)
Author: murrayc
Date: Tue Jun 10 09:19:29 2008
New Revision: 50
URL: http://svn.gnome.org/viewvc/gtkmm-documentation?rev=50&view=rev
Log:
2008-06-10 Murray Cumming <murrayc murrayc com>
* docs/tutorial/style.css: Added italic styling for the guilabel,
guimenu, and guimenuitem DocBook tags. We do not actually use these
in the gtkmm book, but I am using a version of this stylesheet for
Flumotion, and I want this to be the definitive example DocBook HTML
stylesheet.
Modified:
trunk/ChangeLog
trunk/docs/tutorial/style.css
Modified: trunk/docs/tutorial/style.css
==============================================================================
--- trunk/docs/tutorial/style.css (original)
+++ trunk/docs/tutorial/style.css Tue Jun 10 09:19:29 2008
@@ -276,6 +276,18 @@
font-family: monospace;
}
+span.guilabel {
+ font-style: italic;
+}
+
+span.guimenu {
+ font-style: italic;
+}
+
+span.guimenuitem {
+ font-style: italic;
+}
+
code.classname, code.function, code.filename, code.code, *.command {
font-weight: normal;
font-family: monospace;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]