diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/image.css | 6 | ||||
-rw-r--r-- | template/yoga/picture.tpl | 3 |
2 files changed, 5 insertions, 4 deletions
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 @@ <div class="browsePath"><a href="{U_HOME}">{L_HOME}</a>{LEVEL_SEPARATOR}{CATEGORY}</div> <div class="imageNumber">{PHOTO}</div> <!-- BEGIN title --> - <h1>{TITLE}</h1> + <h2>{TITLE}</h2> <!-- END title --> - <hr class="separation"> </div> <div id="imageToolBar"> |