diff options
author | Natalie Downe <nat@natbat.net> | 2009-05-23 16:14:48 +0100 |
---|---|---|
committer | Natalie Downe <nat@natbat.net> | 2009-05-23 16:14:48 +0100 |
commit | 80247096020c83d4282a5b08aa12aa9f7e541ed1 (patch) | |
tree | 793a9f02ddf1c9239da6180551bb66f7f8266f95 | |
parent | 164c1b896cb01eac1148e51cb18c882c860e8e15 (diff) |
minor adjustments
-rw-r--r-- | css/main.css | 2 | ||||
-rw-r--r-- | pocketHelp.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css index 425e70a..b0ed6a1 100644 --- a/css/main.css +++ b/css/main.css @@ -114,7 +114,7 @@ h1 { h1 span { font-size: 0.5em; line-height: 1; - color: #CCC; + color: #999; display: block; margin-bottom: 0.3em; } diff --git a/pocketHelp.html b/pocketHelp.html index 9cb84ed..21c7091 100644 --- a/pocketHelp.html +++ b/pocketHelp.html @@ -115,7 +115,7 @@ <div class="inner"> <h2>subversion</h2> <p><span class="micro">check out a repository to the current directory</span> - <code>svn co http://domain.com/svn/ .</code> + <code>svn co URL .</code> </p> <p><span class="micro">update local directory from repository</span> <code>svn up</code> |