We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6748574 commit 0ff9805Copy full SHA for 0ff9805
test/index.html
@@ -19,10 +19,15 @@
19
<script src="../jquery.mousewheel.js"></script>
20
21
<style>
22
+ html {
23
+ font: 13px Arial, sans-serif;
24
+ }
25
+
26
#stage {
27
position: relative;
28
zoom: 1;
29
}
30
31
#test1 {
32
background-color: #000;
33
width: 120px;
@@ -98,15 +103,13 @@
98
103
99
104
100
105
#logger p {
101
- font-family: Arial, sans-serif;
102
- font-size: 13px;
106
padding: 2px;
107
border-bottom: 1px solid #ccc;
108
margin: 0;
109
110
111
#logger p:nth-child(even) {
- background-color: #FFFFE8;
112
+ background-color: #ffffe8;
113
114
115
#logger p:nth-child(10n) {
0 commit comments