Skip to content

Commit 1ea58f1

Browse files
corrected bottom class, removed style code
1 parent a6e6557 commit 1ea58f1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

bases/rsptx/interactives/runestone/common/js/bookfuncs.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,17 @@ function addReadingList() {
156156

157157
top = document.createElement("div");
158158
top.className = "runestone assigment-nav top-assignment-nav"
159-
top.style.backgroundColor = "var(--componentBgColor)"
160-
top.style.borderColor = "var(--componentBorderColor)"
161-
top.style.borderWidth = "1px"
159+
//top.style.backgroundColor = "var(--componentBgColor)"
160+
//top.style.borderColor = "var(--componentBorderColor)"
161+
//top.style.borderWidth = "1px"
162162
top.append(fst);
163163
//top.append(snd);
164164

165165
bottom = document.createElement("div");
166-
top.className = "runestone assigment-nav bottom-assignment-nav"
167-
bottom.style.backgroundColor = "var(--componentBgColor)"
168-
bottom.style.borderColor = "var(--componentBorderColor)"
169-
bottom.style.borderWidth = "1px"
166+
bottom.className = "runestone assigment-nav bottom-assignment-nav"
167+
//bottom.style.backgroundColor = "var(--componentBgColor)"
168+
//bottom.style.borderColor = "var(--componentBorderColor)"
169+
//bottom.style.borderWidth = "1px"
170170

171171
//bottom.append(active.cloneNode(true));
172172
//bottom.append(fst.cloneNode(true));

0 commit comments

Comments
 (0)