Skip to content

Commit

Permalink
frontpage: add more padding, remove a:link underline
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Jul 23, 2023
1 parent 92b2982 commit aca9369
Showing 1 changed file with 31 additions and 18 deletions.
49 changes: 31 additions & 18 deletions _sass/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,41 @@ main a {
}
}

.table-topic {
width: 6em;
}
// Frontpage
// -------------------------

table.table-width-small {
width: 30em;
}
.frontpage {
a {
text-decoration-line: none;
}

table.table-index {
table-layout: fixed;
line-height: 110%;
ol, ul {
padding-left: 1em;
li {
margin-bottom: 0;
line-height: 100%;
table.table-index {
table-layout: fixed;
line-height: 110%;
ol, ul {
padding-left: 1em;
li {
margin-bottom: 0;
line-height: 100%;
}
}
}

th.table-topic {
width: 6em;
padding: 12px;
}

td > div, td > section {
padding: 4px 0 8px 0;
}
}

// Tables
// -------------------------

table.table-width-small {
width: 30em;
}

table.table-medium {
Expand Down Expand Up @@ -174,10 +191,6 @@ table.table-small tr td:first-child {
border-right: 2px solid #cccccc;
}

td > div, td > section {
padding: 3px 0 6px 0;
}

// Lists
// -------------------------

Expand Down

0 comments on commit aca9369

Please sign in to comment.