Skip to content

Commit

Permalink
improved usability
Browse files Browse the repository at this point in the history
  • Loading branch information
onotch committed Jan 11, 2021
1 parent d49250e commit c56fcff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
19 changes: 3 additions & 16 deletions archive/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ h3{
display: inline;
}

.Option, #Link{
.Option{
margin: 12px 0px;
}

Expand Down Expand Up @@ -120,10 +120,6 @@ button:hover{
margin-left: 0px;
}

#Link{
margin-left: 16px;
}

a{
color: rgba(255,255,255,1);
text-decoration: underline;
Expand All @@ -135,7 +131,7 @@ a:hover{
}

.External{
padding-right: 14pt;
padding-right: 20pt;
background-position: right 50%;
background-size: contain;
background-repeat: no-repeat;
Expand Down Expand Up @@ -191,7 +187,7 @@ h2, h3{
display: none;
}

.Option, #Control, #Link{
.Option, #Control{
display: block;
width: 100%;
margin: 36px 0px;
Expand Down Expand Up @@ -231,15 +227,6 @@ button:first-child{
margin-left: 24px;
}

#Link{
display: block;
margin: 36px 0px ;
}

.External{
padding-right: 42pt;
}

#Image{
margin-top: 36px;
}
Expand Down
6 changes: 1 addition & 5 deletions archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,14 @@ <h3>種別</h3>
</div>
</div>

<div id="Link">
<p><a class="External" href="http://weather-gpv.info/" target="_blank">GPV 気象予報</a></p>
</div>

<div id="Image">
<p id="NoImage">NO IMAGE</p>
<div id="GpvImage">
<div></div>
</div>
</div>

<h2>GPV気象予報</h2>
<h2><a class="External" href="http://weather-gpv.info/" target="_blank">GPV気象予報</a></h2>
<div id="GpvFrame">
<iframe></iframe>
</div>
Expand Down

0 comments on commit c56fcff

Please sign in to comment.