File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ <h1><center><b>Wiki | FAQ | More Links</b></center></h1><button onclick=createWi
8888 border-radius : 5px ;
8989 }
9090
91- button {
91+ button1 {
9292 padding : 10px 20px ;
9393 font-size : 16px ;
9494 background-color : # 4CAF50 ;
@@ -98,7 +98,7 @@ <h1><center><b>Wiki | FAQ | More Links</b></center></h1><button onclick=createWi
9898 cursor : pointer;
9999 }
100100
101- button : hover {
101+ button1 : hover {
102102 background-color : # 45a049 ;
103103 }
104104
@@ -139,7 +139,7 @@ <h2>Saved Pages:</h2>
139139 < div id ="wikiPageView " style ="display: none; ">
140140 < h2 id ="viewTitle "> </ h2 >
141141 < iframe id ="viewContent " style ="width: 100%; height: 300px; border: none; "> </ iframe >
142- < button onclick ="closePageView() "> Close Page</ button >
142+ < button1 onclick ="closePageView() "> Close Page</ button1 >
143143 </ div >
144144 < script >
145145 // Get the content element by its ID
You can’t perform that action at this time.
0 commit comments