mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Image location is relative to css file, not html file.
This commit is contained in:
parent
8f1f88a5da
commit
2d09e9a325
@ -128,4 +128,4 @@ body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jq
|
||||
section { background:#f0f; display:block; }
|
||||
|
||||
/* #11971 */
|
||||
#foo { background: url(data/1x1.jpg) right bottom no-repeat; }
|
||||
#foo { background: url(1x1.jpg) right bottom no-repeat; }
|
||||
|
Loading…
Reference in New Issue
Block a user