Skip to content

Commit

Permalink
Minor fixes to styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vraer committed Oct 5, 2023
1 parent 7e8191a commit cca327d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
6 changes: 3 additions & 3 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nav:

- Home: index.md
- About: about-me.md
- Writing Samples: samples
- Contact: contact.md
- About: about.md
- Samples: samples
15 changes: 1 addition & 14 deletions docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,28 +172,18 @@
[dir="rtl"] .md-typeset .inline {
float: right;
}
[dir="ltr"] .md-typeset .inline {
margin-right: 0.8rem;
}
[dir="rtl"] .md-typeset .inline {
margin-left: 0.8rem;
}
.md-typeset .inline {
margin-bottom: 0.8rem;
margin-top: 0;
width: 11.7rem;
}
[dir="ltr"] .md-typeset .inline.end {
float: right;
}
[dir="rtl"] .md-typeset .inline.end {
float: left;
}
[dir="ltr"] .md-typeset .inline.end {
margin-left: 0.8rem;
margin-right: 0;
}
[dir="rtl"] .md-typeset .inline.end {
float: left;
margin-left: 0;
margin-right: 0.8rem;
}
Expand Down Expand Up @@ -258,10 +248,7 @@

.md-typeset img {
border-radius: 8px;
max-width: 80%;
max-height: 450px;
margin: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See detailed instructions and templates for [adding new records](add-new-record.

<!-- TAGS='role: dev', 'adopted' BEGIN -->
<details class="md-tag-details"><summary class="md-tag-summary">Tags</summary>
<p><a href="../../tags/#role-dev" class="md-tag">role: dev</a> <a href="../../tags/#adopted" class="md-tag">adopted</a></p></details>
<p><a href="../../tags/#adopted" class="md-tag">adopted</a> <a href="../../tags/#role-dev" class="md-tag">role: dev</a></p></details>

- [Standardize HTML img tag](adopted/standardize-html-img-tag.md)
- [Hide button on Toolkit page](adopted/hide-button-on-toolkit-page.md)
Expand All @@ -27,7 +27,7 @@ See detailed instructions and templates for [adding new records](add-new-record.

<!-- TAGS='role: dev', 'not implemented' BEGIN -->
<details class="md-tag-details"><summary class="md-tag-summary">Tags</summary>
<p><a href="../../tags/#role-dev" class="md-tag">role: dev</a> <a href="../../tags/#not-implemented" class="md-tag">not implemented</a></p></details>
<p><a href="../../tags/#not-implemented" class="md-tag">not implemented</a> <a href="../../tags/#role-dev" class="md-tag">role: dev</a></p></details>

- [Prevent liquid injection attacks in markdown](not-implemented/prevent-liquid-injection-attacks-in-markdown.md)
- [Fix PR GitHub Actions bug with labels and instructions](not-implemented/fix-pr-github-actions-bug-with-labels-and-instructions.md)
Expand Down

0 comments on commit cca327d

Please sign in to comment.