diff options
author | 2018-05-22 20:16:12 +0100 | |
---|---|---|
committer | 2018-05-22 20:16:12 +0100 | |
commit | 96878097c00db06e61662fa1d34310ea552f15f1 (patch) | |
tree | c132bd5c67e508781b6162d0160b305edb4c0bfd /static | |
parent | Added our new partner - Functional Programming - to the partners page! (diff) | |
parent | Revision of the rules, and a channels page (diff) |
Merge branch 'master' of https://github.com/discord-python/site
Merge master
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 99945624..b404ced3 100644 --- a/static/style.css +++ b/static/style.css @@ -200,6 +200,14 @@ tr.thick-bottom-border { border-bottom: 3px solid rgb(229, 229, 229) !important; } +td.left-border, th.left-border { + border-left: 1px solid rgb(229, 229, 229) !important; +} + +td.right-border, th.right-border { + border-right: 1px solid rgb(229, 229, 229) !important; +} + /* Fira Code stuff */ @font-face { @@ -214,5 +222,8 @@ tr.thick-bottom-border { .fira-code { font-family: 'Fira Code', "monospace", Fallback; +} + +textarea.fira-code { line-height: 1.3 !important; }
\ No newline at end of file |