Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@3733 92316355-f0b4-4df1-b90c-862c8a59935f

master
carmie 15 years ago
parent
commit
543d2e8add
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      trac/htdocs/common/css/libcaca.css
  2. +1
    -1
      trac/htdocs/libcaca.css
  3. +1
    -1
      trac/templates/site.html

+ 1
- 1
trac/htdocs/common/css/libcaca.css View File

@@ -127,7 +127,7 @@ fieldset {
margin: 0.5em;
}
#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 {
background-position: right center;


+ 1
- 1
trac/htdocs/libcaca.css View File

@@ -127,7 +127,7 @@ fieldset {
margin: 0.5em;
}
#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 {
background-position: right center;


+ 1
- 1
trac/templates/site.html View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css"
href="${href.chrome('site/main.css')}" />
<link rel="stylesheet" type="text/css"
href="${href.chrome('common/css/libcaca.css')}" />
href="${href.chrome('site/libcaca.css')}" />
</head>

<body py:match="body" py:attrs="select('@*')">


Loading…
Cancel
Save