From c4739d34ad18857b8b2f82181ade7b27dcb97cc3 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 15 Oct 2005 21:31:13 +0000 Subject: Change the image title to

since

is the galery title Plus it makes the image title header smaller wich is a good thing for users with regular sized screens git-svn-id: http://piwigo.org/svn/trunk@887 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/image.css | 6 ++++-- template/yoga/picture.tpl | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/image.css b/template/yoga/image.css index d3c06eff0..33c73cd6a 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -5,8 +5,10 @@ #imageHeaderBar .browsePath { float: left; } #imageHeaderBar .imageNumber { float: right; } -#imageHeaderBar H1 { - margin: 1ex 0; /* override default-layout for less bottom-margin */ +#imageHeaderBar H2 { + /*margin: 1ex 0; override default-layout for less bottom-margin */ + text-align: center; + padding-top: 0; clear: both; } diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 1e653e8da..1c0e69df4 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -6,9 +6,8 @@
{L_HOME}{LEVEL_SEPARATOR}{CATEGORY}
{PHOTO}
-

{TITLE}

+

{TITLE}

-
-- cgit v1.2.3