04-12-2008, 09:58 PM
|
#6 (permalink)
|
|
The Wanderer
Join Date: Apr 2008
Posts: 6
Thanks: 0
|
I used a similar method, to allow quick access to editing the CSS from the database. I just used a text/css header in PHP and outputted the CSS.
Same thing goes with RoR, look at:
Code:
<link href="http://asset2.projectpath.com/stylesheets/cache/all.css?1207968108" media="screen" rel="stylesheet" type="text/css" />
<link href="http://asset3.projectpath.com/stylesheets/print/application.css?1207968082" media="print" rel="stylesheet" type="text/css" />
|
|
|
|