diff options
author | Ben Burwell <ben@benburwell.com> | 2015-03-28 13:25:11 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-03-28 13:25:11 -0400 |
commit | 69c3a754d8e81bd71821efbc03da5b5a6a91d885 (patch) | |
tree | ce4470685856b5a70577414f65744daad2bb1e6b /assets/stylesheets | |
parent | 5fda997389199e1b42c3096a4d9d41e2056ff6b8 (diff) |
Added resetting lost password post
Diffstat (limited to 'assets/stylesheets')
-rw-r--r-- | assets/stylesheets/site.scss | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/assets/stylesheets/site.scss b/assets/stylesheets/site.scss index a2ae002..abf7ace 100644 --- a/assets/stylesheets/site.scss +++ b/assets/stylesheets/site.scss @@ -86,7 +86,7 @@ table { margin-bottom: 1em; } -td { +table.data-table td { font-size: 0.8em; padding: 0.5em; vertical-align: top; @@ -111,6 +111,16 @@ code { // color: $base1; } +kbd { + font-size: 0.7em; + border: 1px solid $base1; + border-radius: 3px; + padding: 1px 5px; + border-bottom-width: 2px; + color: $base01; + font-family: $monospace; +} + footer { font-family: $monospace; text-align: center; @@ -170,7 +180,7 @@ header { } } -.about { +.about { width: 80%; margin-left: auto; margin-right: auto; |