From 846846bf4c6e1f53adfe566fe23c035a4bba9f81 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 14 Dec 2008 22:48:47 -0700 Subject: [PATCH] Fix URL for xss project --- default.css | 4 ++++ src/xss.mdwn | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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