1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 20:33:16 +02:00

[ticket/12010] Make the navbar icons clickable.

PHPBB3-12010
This commit is contained in:
Cesar G
2013-11-08 17:38:06 -08:00
parent 082a467cc8
commit 069cd4a195
6 changed files with 35 additions and 26 deletions

View File

@@ -43,6 +43,12 @@ a:active {
text-decoration: none;
}
/* Navigation bar links */
ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
display: inline-block;
padding-left: 17px;
}
/* Links for forum/topic lists */
a.forumtitle {
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;