summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-04 19:42:45 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-04 19:42:45 +0000
commitf0e6aa0506c0254cbd7bbd6ab1302eada755a90c (patch)
treeda52430418d7776ed9ec6dad0e669f67138b6b67 /misc
parent87f5947e5166b8f7d4e1f46c27340166c312de0a (diff)
downloadbrdo-f0e6aa0506c0254cbd7bbd6ab1302eada755a90c.tar.gz
brdo-f0e6aa0506c0254cbd7bbd6ab1302eada755a90c.tar.bz2
- Patch #47853 by drewisch: removed single quotes from urls in CSS files.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index c76dce948..e7f2baa74 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -547,7 +547,7 @@ ul.secondary a.active {
}
/* Animated throbber */
html.js input.form-autocomplete {
- background: url('throbber.gif') no-repeat 100% 2px;
+ background: url(throbber.gif) no-repeat 100% 2px;
}
html.js input.throbbing {
background-position: 100% -18px;
@@ -560,7 +560,7 @@ html.js input.throbbing {
font-weight: bold;
}
.progress .bar {
- background: #fff url('progress.gif');
+ background: #fff url(progress.gif);
border: 1px solid #00375a;
height: 1.5em;
margin-top: 0.2em;
@@ -594,10 +594,10 @@ html.js fieldset.collapsed legend * {
}
html.js fieldset.collapsible legend a {
padding-left: 15px;
- background: url('menu-expanded.png') 5px 50% no-repeat;
+ background: url(menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
- background-image: url('menu-collapsed.png');
+ background-image: url(menu-collapsed.png);
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
@@ -612,7 +612,7 @@ html.js fieldset.collapsed legend a {
}
.resizable-textarea .grippie {
height: 14px;
- background: #eee url('grippie.png') no-repeat 100% 100%;
+ background: #eee url(grippie.png) no-repeat 100% 100%;
border: 1px solid #ddd;
border-top-width: 0px;
cursor: s-resize;