File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 328
328
/* subpages */
329
329
330
330
# fader {
331
- display : none;
332
331
position : fixed;
333
332
top : 0px ;
334
333
left : 0px ;
@@ -341,10 +340,6 @@ li {
341
340
z-index : 3 ;
342
341
}
343
342
344
- # subpage {
345
- display : none;
346
- }
347
-
348
343
# subpage > div {
349
344
position : fixed;
350
345
top : 50% ;
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ <h2 ng:bind="partialTitle"></h2>
83
83
</ div >
84
84
</ div >
85
85
86
- < div id ="fader " ng:show ="subpage "> </ div >
87
- < div id ="subpage " ng:show ="subpage ">
86
+ < div id ="fader " ng:show ="subpage " style =" display: none " > </ div >
87
+ < div id ="subpage " ng:show ="subpage " style =" display: none " >
88
88
< div >
89
89
< h2 > Would you like full offline support for this AngularJS Docs App?</ h2 >
90
90
< a ng:click ="subpage=false "> ✕</ a >
You can’t perform that action at this time.
0 commit comments