Mercurial > hg-website
changeset 142:359a05e0b013
Added a <hg> tag to the css file, so we can use <hg> tags to mark Mercurial Commands in flow text.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Tue, 12 May 2009 06:19:23 +0200 |
parents | cf102ae37ad9 |
children | fc5a9f3e5479 |
files | hgscm/media/css/styles.css |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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; }