diff --git a/www/_static/style.css b/www/_static/style.css index fc43fff..df20374 100644 --- a/www/_static/style.css +++ b/www/_static/style.css @@ -124,3 +124,8 @@ table } input, textarea { border-width: 1px; } + +.highlight-python +{ + margin-left: 2em; +} diff --git a/www/code.txt b/www/code.txt index 2fd379a..d7dad72 100644 --- a/www/code.txt +++ b/www/code.txt @@ -28,7 +28,7 @@ to authorize your access. (See `SF's site documentation on git authorisation `_) :: - git clone ssh\ ://\ **\ @roundup.git.sourceforge.net/gitroot/roundup/roundup roundup + git clone ssh://@roundup.git.sourceforge.net/gitroot/roundup/roundup roundup Of course a roundup developer must have granted you write access first - ask for it on the roundup-devel list.