Skip to content

Commit f4c243a

Browse files
glemte css...
1 parent 4ca31f5 commit f4c243a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Heap/css/heap_style.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ ul#graphUL li.wrong {
102102
background-image: url('../assets/wrong.png');
103103
}
104104

105-
/** WARNING: Do not change the name of "green" or "orange" class. Js uses strings sent from java to set class **/
106105
ul#graphUL li.green, ul#sortArrayUL li.green div.content, ul#arrayUL li.child div.content, ul#arrayUL li.green div.content {
107106
border: 3px solid rgb(0, 204, 0);
108107
}
@@ -111,8 +110,6 @@ ul#graphUL li.orange, ul#arrayUL li.orange div.content {
111110
border: 3px solid rgb(255, 117, 26);
112111
}
113112

114-
/** WARNING: Do not change the name of "green" or "orange" class. Js uses strings sent from java to set class **/
115-
116113
ul#graphUL svg#lines {
117114
width: 100%;
118115
height: 100%;

0 commit comments

Comments
 (0)