File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,6 @@ iframe#footer { height: 6em; }
6565
6666footer { text-align : center; font-size : 90% ; font-family : sans-serif; }
6767
68- /* font size in iframe is already smaller due to the different viewport,
69- so let's override the 90% set above. */
70- # footer-top + footer { font-size : 1rem ; }
71-
7268hr # footer-top { width : 33% ; border : none; border-top : 1px solid silver; }
7369
7470/*******************************************************************************
Original file line number Diff line number Diff line change 1111 < hr id ="footer-top "/>
1212 < footer >
1313 < span class ="nobreak ">
14- < a id ="validate " href ="http://validator.w3.org/check?uri=waldyrious.github.io "> Valid</ a >
15- < a href ="http://www.w3.org/TR/html-polyglot/ "> polyglot xhtml5</ a > .
16- </ span >
17- < span class ="nobreak ">
18- < a id ="mobile " href ="https://search.google.com/test/mobile-friendly?url=waldyrious.github.io "> Mobile-friendly</ a > .
14+ Website built by hand in < a href ="https://html-first.com/ "> vanilla</ a >
15+ < a href ="https://www.w3.org/TR/html-polyglot/#dfn-polyglot-markup "> polyglot</ a >
16+ < a href ="https://en.wikipedia.org/wiki/XHTML "> XHTML</ a > .
1917 </ span >
2018 < span class ="nobreak ">
2119 Source code < a id ="src " href ="https://github.com/waldyrious/waldyrious.github.io "> on GitHub</ a > .
2927 document . getElementById ( 'validate' ) . href =
3028 'http://validator.w3.org/check?uri=' +
3129 window . parent . location . href ;
32- document . getElementById ( 'mobile' ) . href =
33- 'https://search.google.com/search-console/mobile-friendly?url=' +
34- window . parent . location . href ;
3530 document . getElementById ( 'src' ) . href =
3631 'https://github.com/waldyrious/waldyrious.github.io/blob/master' +
3732 window . parent . location . pathname ;
You can’t perform that action at this time.
0 commit comments