Skip to content

Try redesigning the style of authoring-html #665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jul 11, 2025
Merged
8 changes: 2 additions & 6 deletions techniques/authoring-html.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,10 @@

<link rel="stylesheet" href="../style/sitepage-2022.css">
<link rel="stylesheet" href="common/techniques-2022.css">
<link rel="stylesheet" href="../style/menu.css" />
<style>
h2, h3, h4, h5, h6 { position: static; }

div.directory { display: none; }
h1 { margin-inline-end: 0; }
h2 { margin-block-start: 4em; }
h3 { margin-inline-start: 3%; margin-block-start: 2em; }
ul#css3menu li.topfirst > a { color: white; background: chocolate; margin-inline-end: .5em; }
div.content { width: 70%; float: none; padding-left: 3%; }
</style>
</head>

Expand Down
Loading