summaryrefslogtreecommitdiffstats
path: root/templates/install.css
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-13 21:37:49 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-13 21:37:49 +0000
commit779f4bf4e560d7f415ea51a96ed547831745a8dc (patch)
treec99f06687da016d975b3e131ff2d57a8b68da0dd /templates/install.css
parent1a6ae62569dbc5603a361a488641950cc317ac3d (diff)
downloadampache-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.css5
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;