Skip to content

Commit f3af56d

Browse files
committed
Changed background color for examples.
1 parent b4142f6 commit f3af56d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@
4444
text-align: center;
4545
}
4646
#placement-examples input {
47+
background-color: #EEE;
4748
margin: 10px;
4849
padding: 10px 30px;
4950
}
5051

5152
#mousefollow-examples div {
52-
background-color: #AAA;
53+
background-color: #EEE;
5354
text-align: center;
5455
line-height: 400px;
5556
margin: 0 auto;
@@ -58,10 +59,10 @@
5859
}
5960

6061
#mouseon-examples div {
61-
background-color: #AAA;
62+
background-color: #EEE;
6263
text-align: center;
63-
height: 75px;
6464
width: 400px;
65+
padding: 40px;
6566
}
6667
#powerTip a {
6768
color: #00F;

0 commit comments

Comments
 (0)