diff --git a/css/styles.css b/css/styles.css index 7928f8446..c4aa2c395 100644 --- a/css/styles.css +++ b/css/styles.css @@ -138,6 +138,11 @@ a:link, a:visited { padding: 5px; margin: 5px; border: 1px solid #333333; + + -moz-user-select: none; + -ms-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; } .a-link-button:hover { diff --git a/index.html b/index.html index 440ac9049..aa1617126 100644 --- a/index.html +++ b/index.html @@ -821,6 +821,16 @@ + +
+ + +
+