diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-27 02:44:28 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-27 02:44:28 +0100 |
commit | d6607f2093414afd3cbba58021a92b01d3c356fd (patch) | |
tree | cc899ff2fa081fb5a38b14ee9b120da52df4c34b /view/tpl/write_pages.tpl | |
parent | 689cea3170968e1e488fb6fe84505ca7c9f6a2bf (diff) | |
download | volse-hubzilla-d6607f2093414afd3cbba58021a92b01d3c356fd.tar.gz volse-hubzilla-d6607f2093414afd3cbba58021a92b01d3c356fd.tar.bz2 volse-hubzilla-d6607f2093414afd3cbba58021a92b01d3c356fd.zip |
Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty center tag, and stop very long tags overlapping the directory.
Diffstat (limited to 'view/tpl/write_pages.tpl')
-rw-r--r-- | view/tpl/write_pages.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/write_pages.tpl b/view/tpl/write_pages.tpl index f6668ceb1..53146ee30 100644 --- a/view/tpl/write_pages.tpl +++ b/view/tpl/write_pages.tpl @@ -1,3 +1,3 @@ <div id="write-pages" class="bigwidget"> -<center><span id="wp-new"><a href="{{$newurl}}">{{$new}}</a></span> <span id="wp-edit"><a href="{{$editurl}}">{{$edit}}</a></span></center> +<span id="wp-new"><a href="{{$newurl}}">{{$new}}</a></span> <span id="wp-edit"><a href="{{$editurl}}">{{$edit}}</a></span> </div> |