File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.change {
6
- display : inline;
6
+ display : inline;
7
+ color : # fff ;
8
+ background : # B50000 ;
9
+ border-radius : 0.25em ;
10
+ padding : 0.25em 0.4em ;
11
+ margin : 0 0.25em 0 0 ;
12
+ font-weight : bold;
7
13
}
8
14
9
15
.new {
Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ function linkUnderstanding() {
33
33
}
34
34
35
35
function addTextSemantics ( ) {
36
- // put brackets around the change marker
37
- document . querySelectorAll ( 'p.change' ) . forEach ( function ( node ) {
38
- var change = node . textContent ;
39
- node . textContent = "[" + change + "]" ;
40
- } )
41
36
// put level before and parentheses around the conformance level marker
42
37
document . querySelectorAll ( 'p.conformance-level' ) . forEach ( function ( node ) {
43
38
var level = node . textContent ;
You can’t perform that action at this time.
0 commit comments