mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14038] Give links some visual love
This commit is contained in:
parent
214c5c6d0b
commit
5b112b974f
2 changed files with 3 additions and 1 deletions
|
@ -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 --> <!-- 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 --> |<!-- ENDIF --><!-- BEGIN level -->––<!-- END level --> <span>{jumpbox_forums.FORUM_NAME}</span></a></li>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- END jumpbox_forums -->
|
<!-- END jumpbox_forums -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue