# HG changeset patch # User Arne Babenhauserheide # Date 1323266824 -3600 # Node ID 60fe705f6df00b974888701082223e54debf6e1e # Parent 62407f37698b62af5f17a1547bfa76a7b920ac06 css: added an output class for the command output display in the guide and updated the content. diff -r 62407f37698b -r 60fe705f6df0 .hgsubstate --- a/.hgsubstate Mon Nov 28 00:50:41 2011 +0100 +++ b/.hgsubstate Wed Dec 07 15:07:04 2011 +0100 @@ -1,2 +1,2 @@ -f3419bc8429ef0c4cfc0c908008d2f7c30e03e18 content +07b2e6dda08ba782abcc361671d20441c45e1b0f content 2929093de78d512af7f7c6218aaa95042e95df31 rendered diff -r 62407f37698b -r 60fe705f6df0 static/css/styles.css --- a/static/css/styles.css Mon Nov 28 00:50:41 2011 +0100 +++ b/static/css/styles.css Wed Dec 07 15:07:04 2011 +0100 @@ -171,3 +171,26 @@ margin: 0.2em 1em 1em; font-size: 90%; } + +/* + * code and commands + */ +pre, .output { + font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif; +} + +.output { + border-left: 1px #ccc solid; + border-right: 1px #ccc solid; + background-color: #eee; + margin: 0.2em 1em 1em; + padding: 0.3em 1em; + white-space: pre-wrap; + font-size: 90%; +} + +.output:first-line { + font-size: 90%; + font-style: italic; +} + diff -r 62407f37698b -r 60fe705f6df0 templates/frontpage.html --- a/templates/frontpage.html Mon Nov 28 00:50:41 2011 +0100 +++ b/templates/frontpage.html Wed Dec 07 15:07:04 2011 +0100 @@ -21,7 +21,7 @@
  • It is fast and powerful -

    Mercurial efficiently handles projects of any size and kind. Every clone contains the whole project history, so most actions are local, fast and convenient. You can use it for a multitude of workflows and easily enhance its functionality with extensions.

    +

    Mercurial efficiently handles projects of any size and kind. Every clone contains the whole project history, so most actions are local, fast and convenient. Mercurial supports a multitude of workflows and you can easily enhance its functionality with extensions.

  • It is easy to learn