rename image assets in css ?
Reported by Gaspard Bucher | September 3rd, 2008 @ 03:09 PM | in 1.0
Originally posted on Trac by gaspard Original Trac Ticket
Description (Last modified by gaspard)
how to handle templates with css code such as this ?
background:url('funky.jpg')
Trac Attachments
Trac Comments
2008-02-07 20:32:35 changed by gaspard
Current workaround
Write this part of the css inside the layout with a tag:
header {background:url('funky.jpg');}
An 'url' inside a "style" tag is renamed just like img assets.
status changed from new to assigned.
description changed.
Current workaround
Write this part of the css inside the layout with a tag:
header {background:url('funky.jpg');}
An 'url' inside a "style" tag is renamed just like img assets.
status changed from new to assigned.
description changed.
2008-02-08 10:01:51 changed by gaspard
(In [860]) Replaced 'secure' by 'secure!' as it raises exceptions. Added 'secure' which returns nil on failure. tags are now parsed for assets (url translation). Refs #128.
addHeadingLinks(document.getElementById("searchable"), "Permalink to $id");
searchHighlight() Download in other formats:Comma-delimited TextTab-delimited TextRSS Feed
Powered by Trac 0.10.3 By Edgewall Software.
Visit the Trac open source project athttp://trac.edgewall.org/
Comments and changes to this ticket
-
Gaspard Bucher October 5th, 2008 @ 02:29 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org
People watching this ticket
Tags
Referenced by
- 128 rename image assets in css ? (In [860]) Replaced 'secure' by 'secure!' as it raises ex...