Skip to content

Commit f00922c

Browse files
committed
Minor fix for WordPress 2.9 CSS
1 parent 3655078 commit f00922c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jquery-syntax/wp-fixes.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
.syntax-container pre {
1111
font-size: 80% !important;
1212
line-height: 1.5em !important;
13-
}
13+
}
14+
15+
.syntax-container li.alt {
16+
border-left: none;
17+
}

0 commit comments

Comments
 (0)