diff options
author | Corwin Brust <corwin@bru.st> | 2020-10-25 21:42:30 -0500 |
---|---|---|
committer | Corwin Brust <corwin@bru.st> | 2020-10-25 21:42:30 -0500 |
commit | 44ea884c6cb36f2e111586fd9c75b6586599b74f (patch) | |
tree | d1a67e77e77abf5279ff6beef6a4e911211b2624 | |
parent | c43d7286be5514148f58f94015b81d72912ece5b (diff) | |
download | emacsconf-wiki-44ea884c6cb36f2e111586fd9c75b6586599b74f.tar.xz emacsconf-wiki-44ea884c6cb36f2e111586fd9c75b6586599b74f.zip |
give the HTML table a dab of style
-rw-r--r-- | 2020/prepare.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2020/prepare.md b/2020/prepare.md index a258c6a4..8f19b8a7 100644 --- a/2020/prepare.md +++ b/2020/prepare.md @@ -110,6 +110,13 @@ To schedule a short tech-check, email one of the people listed below or visit with us on [#emacsconf-org on Freenode IRC](irc://chat.freenode.net/#emacsconf-org). +<style type="text/css"> +.tech-help-table, .tech-help-table td, .tech-help-table tr { + border: 1px solid #ad49c0; + padding: 5px; + border-collapse: collapse; +} +</style> <table> <thead> <tr> |