aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-23 19:03:11 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-23 19:03:11 +0200
commitd0f2863a072f7a36329619c48dafc1253db586a8 (patch)
treeb8fb38da1a83f054e9c440f763ca0914ee7c450e /static/style.css
parentupdate vagrant script [ci skip] (diff)
parentRemoved "Hacking-Coding" from the partners list. (diff)
Merge branch 'master' of github.com:discord-python/site
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
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