Update release procedures: more automation!
[htmlpurifier-web.git] / comparison.css
blob22d6847822be6880d9f463c6f4fe34ed71bc2f16
1 /* Page-specific CSS: comparison.html */
3 table.summary {
4 background-color: #FFF;
5 border-collapse: collapse;
6 border: 1px solid #3C578C;
7 color: #000;
8 margin-left: auto;
9 margin-right: auto;
10 width: 25em;
12 table.summary th, table.summary td {
13 margin: 0;
14 padding: .1em;
16 table.summary td {
17 padding-left: 1em;
19 table.summary th {
20 border-right: 1px solid #3C578C;
21 padding-right: 1em;
22 text-align: right;
23 width: 50%;
26 .impl-yes {background: #9D9; color: #000;}
27 .impl-no {background: #E88; color: #000;}
28 .impl-partial {background: #FFA; color: #000;}
29 .impl-almostyes {background: #CEC; color: #000;}
30 .impl-irrelevant{background: #9D9; color: #000;}