Skip to content

Commit

Permalink
BUGFIX: trac/7462 Amended the css to fix this by adding text-transfor…
Browse files Browse the repository at this point in the history
…m: capitialize and display: block to the relevant css
  • Loading branch information
kmayo-ss committed Jun 15, 2012
1 parent d95e9a0 commit f546e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion admin/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,10 @@ body.cms {
font-weight: bold;
line-height: $grid-y * 2;
padding: ($grid-y * 2 - 4) ($grid-x * 2 + 4) $grid-y + 3;
text-transform: capitalize;
text-indent: -9999em;
background: url(../images/content-header-tabs-sprite.png) no-repeat
display: block;
background: url(../images/content-header-tabs-sprite.png) no-repeat;
}

&.content-treeview a {
Expand Down

0 comments on commit f546e0d

Please sign in to comment.