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 328328/* subpages */
329329
330330# fader {
331- display : none;
332331 position : fixed;
333332 top : 0px ;
334333 left : 0px ;
@@ -341,10 +340,6 @@ li {
341340 z-index : 3 ;
342341}
343342
344- # subpage {
345- display : none;
346- }
347-
348343# subpage > div {
349344 position : fixed;
350345 top : 50% ;
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ <h2 ng:bind="partialTitle"></h2>
8383 </ div >
8484 </ div >
8585
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 " >
8888 < div >
8989 < h2 > Would you like full offline support for this AngularJS Docs App?</ h2 >
9090 < a ng:click ="subpage=false "> ✕</ a >
You can’t perform that action at this time.
0 commit comments