Skip to content

Commit a24cd0f

Browse files
committed
All sites: Fix text-indent on all projects nav to -9999px
1 parent b269c5f commit a24cd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ iframe {
11561156
width: 42px;
11571157
padding: 0;
11581158
height: 33px;
1159-
text-indent: -1000px;
1159+
text-indent: -9999px;
11601160
background: url(../images/jq-nav-icons.png) -6px 0;
11611161
z-index: 10;
11621162
}

0 commit comments

Comments
 (0)