0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 03:52:42 +00:00

Added in the dm dice

This commit is contained in:
Scott Tolksdorf
2015-11-23 11:36:27 -05:00
parent fc21364a0c
commit 65127885c5
5 changed files with 88 additions and 14 deletions

View File

@@ -24,4 +24,13 @@ body{
display: inline-block;
vertical-align: top;
}
}
.noselect(){
-webkit-touch-callout : none;
-webkit-user-select : none;
-khtml-user-select : none;
-moz-user-select : none;
-ms-user-select : none;
user-select : none;
}