Commit 82c36327 authored by Leo Iannacone's avatar Leo Iannacone

make unselectable css class

parent 742e51e1
...@@ -32,6 +32,13 @@ ...@@ -32,6 +32,13 @@
padding-bottom: 40px; padding-bottom: 40px;
} }
.unselectable {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
#home .dput pre { #home .dput pre {
background: none; background: none;
font-size: 15px; font-size: 15px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment