46
46
47
47
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en ">
48
48
< link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons ">
49
- < link rel ="stylesheet " href ="https://storage.googleapis.com/ code.getmdl.io/1.1.3/material.indigo-pink.min.css ">
49
+ < link rel ="stylesheet " href ="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css ">
50
50
< link rel ="stylesheet " href ="stylesheets/styles.css ">
51
51
52
52
</ head >
53
- < body class ="mdl-demo mdl-color--grey -100 mdl-color-text--grey-700 mdl-base ">
53
+ < body class ="mdl-demo mdl-color--white -100 mdl-color-text--grey-700 mdl-base ">
54
54
< div class ="mdl-layout mdl-js-layout mdl-layout--fixed-header ">
55
55
< header class ="mdl-layout__header mdl-layout__header--scroll mdl-color--primary ">
56
56
< div class ="mdl-layout__header-row ">
@@ -239,6 +239,8 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b> for Visual Studio
239
239
</ section >
240
240
</ div >
241
241
</ div >
242
+
243
+ < div class ="mdl-layout-spacer "> </ div >
242
244
243
245
< footer class ="mdl-mini-footer ">
244
246
< div class ="mdl-mini-footer__left-section ">
@@ -256,14 +258,16 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b> for Visual Studio
256
258
</ ul >
257
259
</ div >
258
260
</ footer >
261
+
259
262
</ div >
260
263
</ main >
264
+
261
265
</ div >
262
266
< script
263
267
src ="https://code.jquery.com/jquery-3.4.1.slim.min.js "
264
268
integrity ="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8= "
265
269
crossorigin ="anonymous "> </ script >
266
- < script src ="https://storage.googleapis.com/ code.getmdl.io/1.1.3/material.min.js ">
270
+ < script src ="https://code.getmdl.io/1.1.3/material.min.js ">
267
271
</ script >
268
272
269
273
< script >
@@ -315,7 +319,7 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b> for Visual Studio
315
319
} )
316
320
</ script >
317
321
318
-
322
+
319
323
320
324
< script async src ='js/autotrack.js '> </ script >
321
325
0 commit comments