diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 05:08:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 05:08:21 +0000 |
commit | 2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b (patch) | |
tree | c6aee35e8c830125d9fe109c92ffab20ff31c6ac /templates/install.css | |
parent | 2799c89f58d389ac659c0bc414a86cb1454afd75 (diff) | |
download | ampache-2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b.tar.gz ampache-2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b.tar.bz2 ampache-2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b.zip |
more work for alpha2 release, clean up install and debug a bit
Diffstat (limited to 'templates/install.css')
-rw-r--r-- | templates/install.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/install.css b/templates/install.css index 10eb86eb..f5d8a8a4 100644 --- a/templates/install.css +++ b/templates/install.css @@ -1,6 +1,6 @@ /** * - * Copyright (c) 2001 - 2007 Ampache.org + * Copyright (c) Ampache.org * All rights reserved. * * This program is free software; you can redistribute it and/or @@ -118,15 +118,15 @@ textarea:focus{ /* Extras */ .ok { -font-weight:bold; -color:#009900; -margin:10px 10px 10px 10px; + font-weight:bold; + color:#009900; + margin:10px 10px 10px 10px; } .notok { -font-weight:bold; -color:#FF3300; -margin:10px 10px 10px 10px; + font-weight:bold; + color:#FF3300; + margin:3px 3px 3px 3px; } /* Bottom */ |