projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d96733
)
added quotes to the image value of a style
author
Ingo Renner
<ingo.renner@typo3.org>
Mon, 17 Mar 2008 10:39:51 +0000
(10:39 +0000)
committer
Ingo Renner
<ingo.renner@typo3.org>
Mon, 17 Mar 2008 10:39:51 +0000
(10:39 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3444
709f56b5
-9817-0410-a4d7-
c38de5d9e867
typo3/css/backend-style.css
patch
|
blob
|
history
diff --git
a/typo3/css/backend-style.css
b/typo3/css/backend-style.css
index
4eb059d
..
8301825
100644
(file)
--- a/
typo3/css/backend-style.css
+++ b/
typo3/css/backend-style.css
@@
-195,7
+195,7
@@
Description : styles the TYPO3 backend
}
#shortcut-menu .shortcut-list tr.shortcut.first-row td {
- background-image: url(
../gfx/shortcutgroups-bg.png
);
+ background-image: url(
'../gfx/shortcutgroups-bg.png'
);
background-repeat: repeat-x;
padding-top: 4px;
}