# HG changeset patch # User Arne Babenhauserheide # Date 1242101963 -7200 # Node ID 359a05e0b0132e371777b9073bae64f32d3849ff # Parent cf102ae37ad9e4f53b9805f10973583dc4efa4ab Added a tag to the css file, so we can use tags to mark Mercurial Commands in flow text. diff -r cf102ae37ad9 -r 359a05e0b013 hgscm/media/css/styles.css --- a/hgscm/media/css/styles.css Mon May 11 16:22:19 2009 +0200 +++ b/hgscm/media/css/styles.css Tue May 12 06:19:23 2009 +0200 @@ -142,3 +142,9 @@ #footer { display: block; } #footer div { float: left; } #footer a { text-decoration: none; } + +/* + * Mercurial commands interspersed in text + */ + +hg { text-decoration: italic; }