Skip to content

Commit

Permalink
fixes files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Sep 16, 2024
1 parent 9f67594 commit cd1ee48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* MIT License - https://opensource.org/license/mit
***/

/* default style sheet */
@import url("http://fonts.googleapis.com/css?family=Raleway|Exo+2|Lato|Open+Sans");

/* -------------------------------------------------------------
versioning:
Expand Down Expand Up @@ -43,8 +40,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
}

html {
/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
/*font-size: 62.5%;*/
/* Keeps page centered in all browsers regardless of content height */
overflow-y: scroll;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<link href="default.css" rel="stylesheet" type="text/css" />
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"/>
<link rel="apple-touch-icon" href="/earth_icon.png"/>
<link rel="icon" sizes="152x152" href="/earth_icon.png"/>
<link rel="apple-touch-icon" href="./earth_icon.png"/>
<link rel="icon" sizes="152x152" href="./earth_icon.png"/>

<title>Earth tomo viewer</title>

Expand Down

0 comments on commit cd1ee48

Please sign in to comment.