Skip to content

Commit

Permalink
Give back some style to the linktree at 33.75 and below
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Apr 19, 2014
1 parent fc8f8ca commit 60521fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions themes/default/css/_light/index_light.css
Expand Up @@ -1882,23 +1882,6 @@ div.bbc_footnotes .meaction{
border-radius: 3px;
margin-top: 8px;
}
.navigate_section, .linktree, .linktree:before, .linktree:after, .linktree_last,
.linktree_last:before, .linktree_last:after {
border: none !important;
background: none !important;
}
.navigate_section *, .linktree, .linktree_last, linktree:hover {
line-height: 1.7em;
height: 2.2em;
}
.linktree:after {
content: ">";
line-height: 1.7em;
}
.linktree:hover, .linktree>a:hover, .linktree_last, .linktree_last>a,
.linktree_last>a:hover, .linktree_last strong {
color: #666 !important;
}
.forum_category, .forumposts, .content_category {
background: #fff;
border: none;
Expand Down
2 changes: 1 addition & 1 deletion themes/default/css/index.css
Expand Up @@ -4497,7 +4497,7 @@ dl.no_members {
}
ul.navigate_section li:not(:first-child):not(:last-child) a {
width: 3em;
display: inline-block;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 60521fe

Please sign in to comment.