Skip to content

Commit 15d4723

Browse files
committed
Remove extra comma prevening 65 ch rule from applying.
1 parent 15a06ce commit 15d4723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ main {
114114

115115
/* limit width of items in main column to 65 characters. On
116116
wider screens can be 100+ chars: too wide */
117-
main p, main:is(H1, H2, H3, H4, H5, H6), {max-width: 65ch;}
117+
main p, main:is(H1, H2, H3, H4, H5, H6) {max-width: 65ch;}
118118
main table { width: 65ch; }
119119

120120
/* style */

website/www/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ main {
114114

115115
/* limit width of items in main column to 65 characters. On
116116
wider screens can be 100+ chars: too wide */
117-
main p, main:is(H1, H2, H3, H4, H5, H6), {max-width: 65ch;}
117+
main p, main:is(H1, H2, H3, H4, H5, H6) {max-width: 65ch;}
118118
main table { width: 65ch; }
119119

120120
/* style */

0 commit comments

Comments
 (0)