Skip to content
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

Update Navigation Bar Styling and Adding Paragraph Break #630

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 38 additions & 2 deletions admin/webappsec-charter-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,45 @@
margin: 0 auto;
}


ul#navbar {
font-size: small;
position: fixed;
top: 0;
margin-left: 9%;
width: 84%;
background-color: #23537a;
display: flex;
color: white;
padding: 0;
list-style: none;
}

ul#navbar li {
height: 50px;
margin-right: 10px;
}

ul#navbar li a {
display: block;
height: 60%;
padding: 10px;
text-decoration: none;
color: white;
}

ul#navbar li a:hover {
background-color: rgba(255, 255, 255, 0.25);
}
ul#navbar li a:visited {
color:lightgrey;
}
.box-container {
display: flex;
align-items: center;
width: 90%;
}


dt.spec {
font-weight: bold;
Expand Down Expand Up @@ -235,7 +271,7 @@ <h2>Scope</h2>
explicit user permission to enable.</li>
</ul>
</dd>

<p></p>
<dt><b>The Web Security Model</b></dt>
<dd>
<p>The WG may be called on to advise other WGs or the TAG
Expand All @@ -246,7 +282,7 @@ <h2>Scope</h2>
sets (e.g. mitigating cross-origin data leaks or
side-channel attacks).</p>
</dd>
<dt><b>WebCrypto</b></dt>
<dt><b>WebCrypto</b></dt><p></p>
<dd>The WG may adopt well-supported proposals from incubation for maintenance of the <a href="https://www.w3.org/TR/2017/REC-WebCryptoAPI-20170126/">Web Cryptography API</a>.</dd>
</dl>

Expand Down