diff --git a/ianonavy/_sass/_layout.scss b/ianonavy/_sass/_layout.scss index aaf06a2..0f320e9 100644 --- a/ianonavy/_sass/_layout.scss +++ b/ianonavy/_sass/_layout.scss @@ -71,10 +71,6 @@ } } - .external-link::after { - content: " »"; - } - @include media-query($on-palm) { position: absolute; top: 9px; @@ -200,8 +196,77 @@ /** * Page content */ +table { + max-width: 90%; + margin-bottom: 20px; + border: 1px solid #dedede; + border-spacing: 0; + + thead, + tbody, + tfoot { + tr { + th, + td { + padding: 8px; + line-height: 1.42857143; + vertical-align: top; + border-top: 1px solid #ddd; + } + } + } + + thead { + tr { + th { + vertical-align: bottom; + border-bottom: 2px solid #ddd; + text-transform: none; + background-color: #777; + color: #fff; + text-align: left; + } + } + + tr:first-child { + th { + border-top: 0; + } + } + } + + tbody > tr:nth-of-type(odd) { + background-color: #f9f9f9; + } + + tr { + td { + hyphens: auto; + } + } +} + +.external-link::after { + content: " »"; +} + +.figure-caption { + color: gray; + font-size: 80%; + text-align: center; +} + +.normal-quote { + font-style: normal; + letter-spacing: normal; +} + .page-content { padding: $spacing-unit 0; + + p { + line-height: 28px; + } } .page-heading { diff --git a/ianonavy/img/2021-09-24-google-ngram.png b/ianonavy/img/2021-09-24-google-ngram.png new file mode 100644 index 0000000..7bfc95b Binary files /dev/null and b/ianonavy/img/2021-09-24-google-ngram.png differ diff --git a/ianonavy/index.html b/ianonavy/index.html index a84d3db..6b71db1 100644 --- a/ianonavy/index.html +++ b/ianonavy/index.html @@ -10,7 +10,7 @@ layout: default

{{ post.title }}

- {{ post.date | date: "%b %-d, %Y" }} + {{ post.date | date: site.date_format }} • {% include read_time.html words=post.content %}
{% if post.content contains "" %} {{ post.content | split:"" | first }}