1
0
Fork 0

Preparations for a new tag structure. Tags are now stored in a dedicated table.

This commit is contained in:
Michael Vogel 2013-01-11 01:20:16 +01:00
commit 61c78711df
8 changed files with 214 additions and 77 deletions

View file

@ -18,7 +18,7 @@
</ul>
</div>
{{ else }}
<div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="$editprofile" href="profiles/$profid" ></a></div>
<!-- <div class="profile-edit-side-div"><a class="profile-edit-side-link icon edit" title="$editprofile" href="profiles/$profid" ></a></div> -->
{{ endif }}
</div>

View file

@ -1305,16 +1305,16 @@ border-bottom: 1px solid #D2D2D2;
.wall-item-tags {
padding-top: 1px;
padding-bottom: 2px;
display: none;
/*display: none;*/
}
.tag {
color: rgb(153,153,153);
padding-left: 3px;
font-size: 10px;
/*padding-left: 3px;
font-size: 10px;*/
}
.tag a {
padding-right: 8px;
/*padding-right: 8px;*/
color: rgb(153,153,153);
}
.wwto {