Skip to content

Commit 93b8587

Browse files
committed
revert attempt to make pre full bleed.
Turns out li, dd etc. are not limited to 65ch. So revert to make main column 65ch.
1 parent 15d4723 commit 93b8587

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

doc/_static/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,9 @@ body > .content > #subnav { position: absolute; right: 1.5em; top: 6em;}
110110

111111
main {
112112
line-height: calc(1.5 * 1em);
113+
max-width: 65ch;
113114
}
114115

115-
/* limit width of items in main column to 65 characters. On
116-
wider screens can be 100+ chars: too wide */
117-
main p, main:is(H1, H2, H3, H4, H5, H6) {max-width: 65ch;}
118-
main table { width: 65ch; }
119-
120116
/* style */
121117

122118
:link { color: rgb(220,0,0); text-decoration: none;}

website/www/_static/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,9 @@ body > .content > #subnav { position: absolute; right: 1.5em; top: 6em;}
110110

111111
main {
112112
line-height: calc(1.5 * 1em);
113+
max-width: 65ch;
113114
}
114115

115-
/* limit width of items in main column to 65 characters. On
116-
wider screens can be 100+ chars: too wide */
117-
main p, main:is(H1, H2, H3, H4, H5, H6) {max-width: 65ch;}
118-
main table { width: 65ch; }
119-
120116
/* style */
121117

122118
:link { color: rgb(220,0,0); text-decoration: none;}

0 commit comments

Comments
 (0)