summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-11-24 01:39:22 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-11-24 01:39:22 +0000
commita895b149327ab4c905fc73d87199bc8268c63916 (patch)
tree317ff2b73b696b2b7d0fa841e42f6b055f1ffa30 /themes
parenteb925ef11d5e179a5511eeed525176263f8fe809 (diff)
downloadbrdo-a895b149327ab4c905fc73d87199bc8268c63916.tar.gz
brdo-a895b149327ab4c905fc73d87199bc8268c63916.tar.bz2
Change url('') to url() in CSS
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 6fb3bd007..4c5e6fa0d 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -265,7 +265,7 @@ table .form-button, table .form-submit {
*/
#header-region {
min-height: 1em;
- background: #d2e6f3 url("images/bg-navigation.png") repeat-x 50% 100%;
+ background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}
#header-region .block {