View | Details | Raw Unified | Return to bug 8623
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css (-2 / +2 lines)
Lines 1-5 Link Here
1
@import url("../lib/yui/reset-fonts-grids.css");
1
@import url("../../../lib/yui/reset-fonts-grids.css");
2
@import url("../lib/yui/skin.css");
2
@import url("../../../lib/yui/skin.css");
3
3
4
a {
4
a {
5
      font-weight : bold;
5
      font-weight : bold;
(-)a/koha-tmpl/opac-tmpl/ccsr/en/css/sco.css (-3 / +3 lines)
Lines 1-5 Link Here
1
@import url("../../en/lib/yui/reset-fonts-grids.css");
1
@import url("../../../lib/yui/reset-fonts-grids.css");
2
@import url("../../en/lib/yui/skin.css");
2
@import url("../../../lib/yui/skin.css");
3
3
4
a {
4
a {
5
  font-weight : bold;
5
  font-weight : bold;
Lines 338-341 span.lang{ Link Here
338
338
339
div.ft {
339
div.ft {
340
 clear : both;
340
 clear : both;
341
}
341
}
(-)a/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc (-1 / +2 lines)
Lines 3-8 Link Here
3
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
3
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
4
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/jquery/jquery-ui.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/jquery/jquery-ui.css" />
6
<link rel="stylesheet" type="text/css" href="/opac-tmpl/lib/yui/reset-fonts-grids.css" />
7
<link rel="stylesheet" type="text/css" href="/opac-tmpl/lib/yui/skin.css" />
6
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
8
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
7
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %]
9
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %]
8
    <link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet %]" />
10
    <link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet %]" />
9
- 

Return to bug 8623