diff --git a/default.css b/default.css index 9765ecc..ff6660a 100644 --- a/default.css +++ b/default.css @@ -55,6 +55,10 @@ pre { float: left; } +.right { + float: right; +} + /* * Header elements */ diff --git a/src/xss.mdwn b/src/xss.mdwn index 57caa47..f57aa18 100644 --- a/src/xss.mdwn +++ b/src/xss.mdwn @@ -90,7 +90,7 @@ download a [tarball of the latest commit](http://woozle.org/~neale/gitweb.cgi?p=xss;a=snapshot), or clone the git repository: - git clone http://woozle.org/~neale/repos/xss/ + git clone http://woozle.org/~neale/projects/xss History