Skip to content

Commit

Permalink
Update some font
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Borrel committed Nov 14, 2024
1 parent f77ea41 commit b90bd17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions static/bodymap/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ h1 {
margin-bottom: 15px;
color: #000000;
/*font-size: 3.6vmin;*/
font-size: 40px;
font-size: 30px;
}

h2 {
margin: 25px;
margin-bottom: 15px;
color: #000000;
/*font-size: 3.6vmin;*/
font-size: 30px;
font-size: 20px;
}

h3 {
margin: 0px;
margin-bottom: 15px;
color: #000000;
/*font-size: 3.6vmin;*/
font-size: 30px;
font-size: 20px;
}


input[type='submit'] {
font-size: 15px;
font-size: 25px;
margin-top: 1px;
margin-bottom: 2px;
border: 1.5px solid #999999;
Expand Down Expand Up @@ -116,7 +116,7 @@ li {

p {
margin: 15px;
font-size: 20px;
font-size: 15px;
width: 100%;
}

Expand Down
2 changes: 1 addition & 1 deletion static/interferences/js/theme.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function ShowLoadingInterferences(e) {
var div = document.createElement('div');
var img = document.createElement('img');
img.src = '//static_chemmaps/interferences/img/loading.gif';
img.src = ('/static_chemmaps/interferences/img/loading.gif');
//img.style.display = "";
div.innerHTML = 'Loading....';
div.appendChild(img);
Expand Down

0 comments on commit b90bd17

Please sign in to comment.