]> git.wh0rd.org - nano-editor.git/blobdiff - style.css
move table padding to css
[nano-editor.git] / style.css
index e9dcf1fd25db626c4fe5481b997ee2be6f891493..3f1cb37487879173c740ea51bcd7e5c69e805ce8 100644 (file)
--- 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;
+}