diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-29 01:20:39 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-29 01:20:39 -0500 |
commit | 0881c04cea53b68fba070ebb4490055064bc537d (patch) | |
tree | 1785aa2947ac6d472fc03ca5954f85102222df2f /view/profile_listing_header.tpl | |
parent | ffa3b67365741d77b9a21b8505e4661668e6b561 (diff) | |
download | volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.tar.gz volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.tar.bz2 volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.zip |
classes added to core + testbubble theme
some fixes to testbubble theme related to tab styling
Diffstat (limited to 'view/profile_listing_header.tpl')
-rw-r--r-- | view/profile_listing_header.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/profile_listing_header.tpl b/view/profile_listing_header.tpl index 707dfec53..95d0f177c 100644 --- a/view/profile_listing_header.tpl +++ b/view/profile_listing_header.tpl @@ -1,8 +1,8 @@ <h1>$header</h1> -<p id="profile-listing-desc" > +<p id="profile-listing-desc" class="button" > <a href="profile_photo" >$chg_photo</a> </p> -<div id="profile-listing-new-link-wrapper" > +<div id="profile-listing-new-link-wrapper" class="button > <a href="profiles/new" id="profile-listing-new-link" title="$cr_new" >$cr_new</a> </div> |