[ticket/14038] Give links some visual love

This commit is contained in:
Michael Miday 2015-08-30 14:01:56 +02:00
parent 214c5c6d0b
commit 5b112b974f
2 changed files with 3 additions and 1 deletions

View file

@ -20,7 +20,7 @@
<ul class="dropdown-contents"> <ul class="dropdown-contents">
<!-- BEGIN jumpbox_forums --> <!-- BEGIN jumpbox_forums -->
<!-- IF jumpbox_forums.FORUM_ID neq -1 --> <!-- IF jumpbox_forums.FORUM_ID neq -1 -->
<li><!-- BEGIN level -->&nbsp; &nbsp;<!-- END level --><a href="{jumpbox_forums.LINK}">{jumpbox_forums.FORUM_NAME}</a></li> <li><a href="{jumpbox_forums.LINK}" class="<!-- IF jumpbox_forums.level -->jumpbox-link<!-- ELSE -->jumpbox-header-link<!-- ENDIF -->"><!-- IF jumpbox_forums.level -->&nbsp; &nbsp; &#124;<!-- ENDIF --><!-- BEGIN level -->&ndash;&ndash;<!-- END level --> <span>{jumpbox_forums.FORUM_NAME}</span></a></li>
<!-- ENDIF --> <!-- ENDIF -->
<!-- END jumpbox_forums --> <!-- END jumpbox_forums -->
</ul> </ul>

View file

@ -58,6 +58,8 @@ li.breadcrumbs span:first-child > a {
width: 40px; width: 40px;
} }
.jumpbox-header-link { font-weight: bold; }
/* Links for forum/topic lists */ /* Links for forum/topic lists */
a.forumtitle { a.forumtitle {
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif; font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;