diff --git a/_sass/base/_base.scss b/_sass/base/_base.scss index 2576d26..20185e7 100644 --- a/_sass/base/_base.scss +++ b/_sass/base/_base.scss @@ -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 { @@ -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 // ------------------------- diff --git a/index.md b/index.md index 6f07cca..ce5ee4c 100644 --- a/index.md +++ b/index.md @@ -38,13 +38,13 @@ navigation: true Languages -
Design Principles: +
Design Principles:
-
Easy wins: +
Easy wins:
-
Simplicity matters: +
Simplicity matters: -
  • Drop break and continue
  • +
  • Drop break and continue
  • Fields & Methods & Properties? Pick Two!
  • -
    Mistakes were made: +
    Mistakes were made:
    -
    Rust compatibility: +
    Rust compatibility:

    -
    Equality & Identity: +
    Equality & Identity:
    1. Overview
    2. Problems
    3. @@ -100,7 +100,7 @@ navigation: true
    -
    Unified Condition Expressions: +
    Unified Condition Expressions:
    1. Introduction
    2. Implementation
    3. @@ -109,7 +109,7 @@ navigation: true
    -
    Naming Conventions: +
    Naming Conventions:
    1. Creation
    2. Conversion
    3. @@ -136,10 +136,10 @@ navigation: true - + -
      Syntax Comparisons/Overviews: +
      Syntax Comparisons/Overviews:
      1. Rigaux
      2. PLDB
      3. @@ -158,7 +158,7 @@ navigation: true Runtimes Domains as Cargo Namespaces -
        Efficient Memory Use: +
        Efficient Memory Use:
        1. Pointer Compression
        2. Header Compression
        3. @@ -174,7 +174,7 @@ navigation: true -
          Cranelift Backend: +
          Cranelift Backend: