corrade-nucleus-nucleons – Blame information for rev 27

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 .activity-image:before {
2 content: "";
3 width: 16px;
4 height: 16px;
5 display: inline-block;
6 margin-right: 5px;
7 vertical-align: text-top;
8 background-color: transparent;
9 background-position: center center;
10 background-repeat:no-repeat;
11 }
12  
13 .activityButton:before{
14 background-image : url("/script-kiddie/img/activity.gif");
15 }
16  
17 .check-image:before {
18 content: "";
19 width: 16px;
20 height: 16px;
21 display: inline-block;
22 margin-right: 5px;
23 vertical-align: text-top;
24 background-color: transparent;
25 background-position: center center;
26 background-repeat:no-repeat;
27 }
28  
29 .checkButton:before{
30 background-image : url("/script-kiddie/img/check.png");
31 }
32  
33 .cross-image:before {
34 content: "";
35 width: 16px;
36 height: 16px;
37 display: inline-block;
38 margin-right: 5px;
39 vertical-align: text-top;
40 background-color: transparent;
41 background-position: center center;
42 background-repeat:no-repeat;
43 }
44  
45 .crossButton:before{
46 background-image : url("/script-kiddie/img/cross.png");
47 }
48  
49