diff options
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 | ||||
-rwxr-xr-x | view/tpl/photo_view.tpl | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 9d42bbf69..f55b29d5e 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -132,7 +132,7 @@ if(! $a->install) { if (! $font_size) $font_size = "1.0em"; if (! $body_font_size) - $body_font_size = "14px"; + $body_font_size = "12pt"; if (! $font_colour) $font_colour = "#4d4d4d"; if (! $selected_active_colour) diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 51e5c28b7..a0ca7e0f9 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -75,12 +75,11 @@ <div id="photo-edit-end"></div> </form> </div> -{{/if}} - <form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post"> <input id="photo-photo-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();"> </form> +{{/if}} {{if $likebuttons}} <div id="photo-like-div"> |