diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-10-01 10:04:23 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-10-01 10:04:23 +0000 |
commit | af4b55f392a41ad8ec3351e03e4d56679017643b (patch) | |
tree | ef28f190b6d51139649e1a36116306292ee5f2ae /template/yoga/header.tpl | |
parent | 389edad2881083d2b137a220a8056582ceba2ce5 (diff) |
- default-colors.css is imported from layout.css instead of header.tpl (smaller header + more consistent with the other imports)
- removed unused rule from default-layout.css (A.button)
- rating stars have a transparent background in Sylvia also
git-svn-id: http://piwigo.org/svn/trunk@2630 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index e6e289612..f76919ca7 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -29,7 +29,6 @@ <link rel="stylesheet" href="{$ROOT_URL}template/{$themeconf.template}/not-ie.css" type="text/css"> <!--> <![endif]--> <link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}template/{$themeconf.template}/print.css"> -<link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/default-colors.css"> <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css"> {$themeconf.local_head} {if isset($U_PREFETCH) }<link rel="prefetch" href="{$U_PREFETCH}">{/if} |