| @@ -127,7 +127,7 @@ fieldset { | |||||
| margin: 0.5em; | margin: 0.5em; | ||||
| } | } | ||||
| #field-description { | #field-description { | ||||
| background: url(../dashit-light.png) no-repeat right bottom; | |||||
| background: url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; | |||||
| } | } | ||||
| a.ext-link .icon { | a.ext-link .icon { | ||||
| background-position: right center; | background-position: right center; | ||||
| @@ -127,7 +127,7 @@ fieldset { | |||||
| margin: 0.5em; | margin: 0.5em; | ||||
| } | } | ||||
| #field-description { | #field-description { | ||||
| background: url(../dashit-light.png) no-repeat right bottom; | |||||
| background: url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; | |||||
| } | } | ||||
| a.ext-link .icon { | a.ext-link .icon { | ||||
| background-position: right center; | background-position: right center; | ||||
| @@ -8,7 +8,7 @@ | |||||
| <link rel="stylesheet" type="text/css" | <link rel="stylesheet" type="text/css" | ||||
| href="${href.chrome('site/main.css')}" /> | href="${href.chrome('site/main.css')}" /> | ||||
| <link rel="stylesheet" type="text/css" | <link rel="stylesheet" type="text/css" | ||||
| href="${href.chrome('common/css/libcaca.css')}" /> | |||||
| href="${href.chrome('site/libcaca.css')}" /> | |||||
| </head> | </head> | ||||
| <body py:match="body" py:attrs="select('@*')"> | <body py:match="body" py:attrs="select('@*')"> | ||||