summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/style.css b/style.css
index a3f2d99..9169c54 100644
--- a/style.css
+++ b/style.css
@@ -32,25 +32,21 @@ a:link {
 	color: cyan;
 	text-decoration: none;
 	border: solid cyan 1px;
-	padding: 1px;
 }
 a:visited {
 	color: violet;
 	text-decoration: none;
 	border: solid violet 1px;
-	padding: 1px;
 }
 a:hover {
 	color: yellow;
 	text-decoration: none;
 	border: solid yellow 1px;
-	padding: 1px;
 }
 a:active {
 	color: lime;
 	text-decoration: none;
 	border: solid lime 1px;
-	padding: 1px;
 }
 #nav ul {
 	list-style-type: none;