diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 21:37:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 21:37:49 +0000 |
commit | 779f4bf4e560d7f415ea51a96ed547831745a8dc (patch) | |
tree | c99f06687da016d975b3e131ff2d57a8b68da0dd /templates/install.css | |
parent | 1a6ae62569dbc5603a361a488641950cc317ac3d (diff) | |
download | ampache-779f4bf4e560d7f415ea51a96ed547831745a8dc.tar.gz ampache-779f4bf4e560d7f415ea51a96ed547831745a8dc.tar.bz2 ampache-779f4bf4e560d7f415ea51a96ed547831745a8dc.zip |
updated sql file, and the install process now works
Diffstat (limited to 'templates/install.css')
-rw-r--r-- | templates/install.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/install.css b/templates/install.css index 5faade68..e42f1c1b 100644 --- a/templates/install.css +++ b/templates/install.css @@ -44,7 +44,10 @@ body { text-align: left; font-size: smaller; } - +.error { + color: #ff0033; + font-weight: bold; +} .notify { border: 1px solid #cccccc; background-color: #f4f4f4; |