Skip to content

Commit

Permalink
Update CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Sep 19, 2024
1 parent 281fbe3 commit bdb6463
Showing 1 changed file with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2023 Mark Raynsford <code@io7m.com> https://www.io7m.com
* Copyright © 2024 Mark Raynsford <code@io7m.com> https://www.io7m.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand All @@ -16,23 +16,14 @@

.brandingContainer
{
margin: 1em;
}

.brandingContainerFooter
{
margin-top: 2em;
margin-top: 1em;
margin-bottom: 2em;
font-size: 80%;
}

.branding
{
font-family: monospace;
font-size: 80%;
}

.term
{
font-style: italic;
}

.command,
Expand All @@ -47,10 +38,15 @@
font-family: monospace;
}

.term,
.emphasis
{
font-style: italic;
}

.genericTable
{
border: 1px solid #dddddd;
width: 100%;
border-collapse: collapse;
}
.genericTable th
Expand Down

0 comments on commit bdb6463

Please sign in to comment.