]> git.sesse.net Git - remoteglot/commitdiff
Make UNIX lineendings in chessboard.css.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 23 Dec 2022 16:25:53 +0000 (17:25 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 23 Dec 2022 16:25:53 +0000 (17:25 +0100)
www/css/chessboard-0.3.0.css

index df1b7379ea3b6152eb772ea05479f8438052a6da..38ad11876d91b2a9d6e0ed7aec4741bbae453f69 100644 (file)
@@ -1,71 +1,71 @@
-/*!\r
- * chessboard.js v0.3.0+asn\r
- *\r
- * Copyright 2013 Chris Oakman\r
- * Portions copyright 2022 Steinar H. Gunderson\r
- * Released under the MIT license\r
- * https://github.com/oakmac/chessboardjs/blob/master/LICENSE\r
- *\r
- * Date: 10 Aug 2013\r
- */\r
-\r
-/* clearfix */\r
-.clearfix-7da63 {\r
-  clear: both;\r
-}\r
-\r
-/* board */\r
-.board-b72b1 {\r
-  border: 2px solid #404040;\r
-  -moz-box-sizing: content-box;\r
-  box-sizing: content-box;\r
-}\r
-\r
-/* square */\r
-.square-55d63 {\r
-  float: left;\r
-  position: relative;\r
-\r
-  /* disable any native browser highlighting */\r
-  -webkit-touch-callout: none;\r
-    -webkit-user-select: none;\r
-     -khtml-user-select: none;\r
-       -moz-user-select: none;\r
-        -ms-user-select: none;\r
-            user-select: none;\r
-}\r
-\r
-/* white square */\r
-.white-1e1d7 {\r
-  background-color: #f0d9b5;\r
-  color: #b58863;\r
-}\r
-\r
-/* black square */\r
-.black-3c85d {\r
-  background-color: #b58863;\r
-  color: #f0d9b5;\r
-}\r
-\r
-/* highlighted square */\r
-.highlight1-32417, .highlight2-9c5d2 {\r
-  -webkit-box-shadow: inset 0 0 3px 3px yellow;\r
-  -moz-box-shadow: inset 0 0 3px 3px yellow;\r
-  box-shadow: inset 0 0 3px 3px yellow;\r
-}\r
-\r
-/* notation */\r
-.notation-322f9 {\r
-  cursor: default;\r
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;\r
-  font-size: 14px;\r
-  position: absolute;\r
-}\r
-.alpha-d2270 {\r
-  bottom: 1px;\r
-  right: 3px;\r
-}\r
-.numeric-fc462 {\r
-  top: 2px;\r
-  left: 2px;\r
-}\r
+/*!
+ * chessboard.js v0.3.0+asn
+ *
+ * Copyright 2013 Chris Oakman
+ * Portions copyright 2022 Steinar H. Gunderson
+ * Released under the MIT license
+ * https://github.com/oakmac/chessboardjs/blob/master/LICENSE
+ *
+ * Date: 10 Aug 2013
+ */
+
+/* clearfix */
+.clearfix-7da63 {
+  clear: both;
+}
+
+/* board */
+.board-b72b1 {
+  border: 2px solid #404040;
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
+}
+
+/* square */
+.square-55d63 {
+  float: left;
+  position: relative;
+
+  /* disable any native browser highlighting */
+  -webkit-touch-callout: none;
+    -webkit-user-select: none;
+     -khtml-user-select: none;
+       -moz-user-select: none;
+        -ms-user-select: none;
+            user-select: none;
+}
+
+/* white square */
+.white-1e1d7 {
+  background-color: #f0d9b5;
+  color: #b58863;
+}
+
+/* black square */
+.black-3c85d {
+  background-color: #b58863;
+  color: #f0d9b5;
+}
+
+/* highlighted square */
+.highlight1-32417, .highlight2-9c5d2 {
+  -webkit-box-shadow: inset 0 0 3px 3px yellow;
+  -moz-box-shadow: inset 0 0 3px 3px yellow;
+  box-shadow: inset 0 0 3px 3px yellow;
+}
+
+/* notation */
+.notation-322f9 {
+  cursor: default;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  position: absolute;
+}
+.alpha-d2270 {
+  bottom: 1px;
+  right: 3px;
+}
+.numeric-fc462 {
+  top: 2px;
+  left: 2px;
+}