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 9418e73 commit cbe1503
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 Mark Raynsford <[email protected]> https://www.io7m.com
* Copyright © 2024 Mark Raynsford <[email protected]> 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,18 +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%;
}

.command,
Expand All @@ -36,16 +32,20 @@
.expression,
.file,
.package,
.parameter,
.term
.parameter
{
font-family: monospace;
}

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

.genericTable
{
border: 1px solid #dddddd;
width: 100%;
border-collapse: collapse;
}
.genericTable th
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 Mark Raynsford <[email protected]> https://www.io7m.com
* Copyright © 2024 Mark Raynsford <[email protected]> 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,22 +16,14 @@

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

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

.brandingContainerHeader
{

}
.brandingContainerFooter
{
margin-top: 2em;
}

.command,
Expand All @@ -54,7 +46,6 @@
.genericTable
{
border: 1px solid #dddddd;
width: 100%;
border-collapse: collapse;
}
.genericTable th
Expand Down

0 comments on commit cbe1503

Please sign in to comment.