Skip to content

Commit 0ff9805

Browse files
committed
test/index.html: minor CSS improvements.
1 parent 6748574 commit 0ff9805

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@
1919
<script src="../jquery.mousewheel.js"></script>
2020

2121
<style>
22+
html {
23+
font: 13px Arial, sans-serif;
24+
}
25+
2226
#stage {
2327
position: relative;
2428
zoom: 1;
2529
}
30+
2631
#test1 {
2732
background-color: #000;
2833
width: 120px;
@@ -98,15 +103,13 @@
98103
}
99104

100105
#logger p {
101-
font-family: Arial, sans-serif;
102-
font-size: 13px;
103106
padding: 2px;
104107
border-bottom: 1px solid #ccc;
105108
margin: 0;
106109
}
107110

108111
#logger p:nth-child(even) {
109-
background-color: #FFFFE8;
112+
background-color: #ffffe8;
110113
}
111114

112115
#logger p:nth-child(10n) {

0 commit comments

Comments
 (0)