-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathremovals.php
83 lines (83 loc) · 1.72 KB
/
removals.php
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?php
$removals = array(
"color-dark",
"color-medium",
"color-attention",
"color-accent",
"color-stop",
"align-lefteft",
"align-bottom",
"highlight-row",
"alignTopLeft",
"alignTopLef",
"alignTopCenter",
"alignTopRight",
"alignCenter",
"align-top",
"font-xlarge",
"font-medium",
"font-xsmall",
"table-accent",
"rowzebra",
"rowhover",
"width10",
"width15",
"width20",
"width-20",
"width25",
"width30",
"width-30",
"width35",
"width-40",
"width45",
"width5",
"width50",
"width-50",
"width-70",
"width75",
"width-80",
"width85",
"width-90",
"row-start",
"row-end",
"thermometer-0",
"thermometer-10",
"thermometer-100",
"thermometer-110",
"thermometer-120",
"thermometer-20",
"thermometer-30",
"thermometer-40",
"thermometer-50",
"thermometer-60",
"thermometer-70",
"thermometer-80",
"thermometer-90",
"background-dark",
"background-highlight",
"background-light",
"background-medium",
"background-white",
"form-input-append",
"form-help-block",
"form-input-prepend",
"form-label-inline",
"form-text-inline",
"form-uneditable-input",
"line-height-large",
"line-height-medium",
"line-height-small",
"line-height-xlarge",
"line-height-xsmall",
"opacity-10",
"opacity-100",
"opacity-20",
"opacity-30",
"opacity-40",
"opacity-50",
"opacity-60",
"opacity-70",
"opacity-80",
"opacity-90",
);
?>