@@ -1601,7 +1601,7 @@ a natural fit for GitHub and [GitHub pages](https://pages.github.com).
1601
1601
The ` <object> ` HTML element does not work for our needs.
1602
1602
1603
1603
HTML elements do not extend into the content that they include.
1604
- For example, menu bars (see the [ ioccc.css] ( %%DOCROOT_SLASH%% ioccc.css)
1604
+ For example, menu bars (see the [ ioccc.css] ( ../ ioccc.css)
1605
1605
stylesheet) will not operate under an HTML element.
1606
1606
1607
1607
@@ -1612,7 +1612,7 @@ The `<embed>` HTML element does not work for our needs.
1612
1612
This element wants one to specify the ` width ` and ` height ` in pixels.
1613
1613
Use of a percentage is not officially supported even if some browsers
1614
1614
might do so. Our Responsive Web Design in the
1615
- [ ioccc.css] ( %%DOCROOT_SLASH%% ioccc.css) stylesheet
1615
+ [ ioccc.css] ( ../ ioccc.css) stylesheet
1616
1616
needs to be responsive to small-sized cell phone-like screens,
1617
1617
mid-sized table-like screens, as well as large-sized desktop-like screens.
1618
1618
Specifying a ` width ` and ` height ` in pixels will not work well in
@@ -1625,7 +1625,7 @@ The `<iframe>` HTML element does not work for our needs.
1625
1625
1626
1626
This element wants one to specify the ` width ` and ` height ` in pixels. Use of a
1627
1627
percentage is not officially supported even if some browsers might do so. Our
1628
- Responsive Web Design in the [ ioccc.css] ( %%DOCROOT_SLASH%% ioccc.css) stylesheet
1628
+ Responsive Web Design in the [ ioccc.css] ( ../ ioccc.css) stylesheet
1629
1629
needs to be responsive to small-sized cell phone-like screens, mid-sized
1630
1630
table-like screens, as well as large-sized desktop-like screens. Specifying a
1631
1631
` width ` and ` height ` in pixels will not work well in all of those screen size
0 commit comments