X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=style.css;h=3f1cb37487879173c740ea51bcd7e5c69e805ce8;hb=0ac4ace2e660c2487f540ad3ebceb4d1540555bf;hp=e9dcf1fd25db626c4fe5481b997ee2be6f891493;hpb=3cd08e87b583069e15df5b187e92eb1844de25d3;p=nano-editor.git diff --git a/style.css b/style.css index e9dcf1f..3f1cb37 100644 --- a/style.css +++ b/style.css @@ -58,3 +58,13 @@ a:active { width: 45%; padding: 5%; } + +table { + border-spacing: 0px; + border-collapse: separate; +} + +table#homepage { + padding-top: 3em; + padding-bottom: 3em; +}