|
@@ -39,6 +39,18 @@ p {
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+img {
|
|
|
+ user-select: none;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ -moz-user-select: none;
|
|
|
+ -ms-user-select: none;
|
|
|
+ -webkit-touch-callout: none;
|
|
|
+ -webkit-user-drag: none;
|
|
|
+ -moz-user-drag: none;
|
|
|
+ -ms-user-drag: none;
|
|
|
+ user-drag: none;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* 1. Correct the line height in all browsers.
|
|
|
* 2. Prevent adjustments of font size after orientation changes in
|