forked from h5bp/html5please-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.texticon.css
69 lines (59 loc) · 838 Bytes
/
style.texticon.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.caniuse
{
font: 16px/1.3 sans-serif;
}
.caniuse h6,
.caniuse p
{
font-size: 100%;
margin: 0.5em 0;
}
.caniuse-agt
{
margin: 0 0.5em;
}
.caniuse-agt
{
color: #55F;
display: inline-block;
*display: inline;
text-align: center;
text-decoration: none;
*zoom: 1;
}
.caniuse-agt-ico
{
background: url(http://sandbox.thewikies.com/caniuse/i/icons-32.png);
display: inline-block;
*display: inline;
height: 32px;
margin: 0 auto -0.125em;
width: 32px;
*zoom: 1;
}
.caniuse-agt-ttl
{
display: block;
font-size: 12px;
font-weight: bold;
}
.caniuse-ico-chrome
{
background-position: -32px 0;
}
.caniuse-ico-firefox
{
background-position: -64px 0;
}
.caniuse-ico-opera
{
background-position: -96px 0;
}
.caniuse-ico-safari
{
background-position: -128px 0;
}
.caniuse-ico-ie
{
background-position: -160px 0;
}