Skip to content

Commit 59622eb

Browse files
committed
Updated to jQuery.Syntax release 2.0
1 parent a2bedd1 commit 59622eb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

jquery-syntax/jquery-syntax

jquery-syntax/wp-fixes.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* These are purely to fix bugs in the default configuration of WordPress */
1+
/*
2+
These are purely to fix bugs in the default configuration of WordPress
3+
With the new list layout, these are probably not needed.
4+
*/
25

36
/* "View Raw Code" window */
47
#syntax-raw {
@@ -13,3 +16,7 @@
1316
table.syntax tr.alt {
1417
border-left: inherit;
1518
}
19+
20+
.syntax {
21+
font-size: 80%;
22+
}

0 commit comments

Comments
 (0)