diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-20 03:07:30 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-20 03:07:30 -0400 |
commit | 28a414ff69da04346290afb4cf2bb12da8a976ab (patch) | |
tree | ebb5ac4568b058b85d5beee4312b25107eb812ae | |
parent | 012181e2afce271152b115086acaef8ca2915fc1 (diff) | |
download | getwtxt-28a414ff69da04346290afb4cf2bb12da8a976ab.tar.gz |
remove border from anchor links in nav
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index f8e734c..5242a7c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Registries are designed to aggregate several users' statuses into a single locat facilitating the discovery of new users to follow and allowing the search of statuses for tags and key words. -<table style="width: 100%; text-align: center; margin: 0 auto;"> +<table style="width: 100%; text-align: center; margin: 0 auto; border: 0px;"> <tr> <td>[<a href="#installation">Installation</a>]</td> <td>[<a href="#upgrading">Upgrading</a>]</td> |