Commit 4b990902 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 16ec1c26
...@@ -77,30 +77,29 @@ h1 { ...@@ -77,30 +77,29 @@ h1 {
margin-bottom: 2px; margin-bottom: 2px;
} }
#download { #download_desktop {
margin-top: 30px;
margin-bottom: 20px;
text-align: center; text-align: center;
} }
#download_desktop { #download_desktop > .btn {
width: 200px; width: 200px;
height: 50px; height: 50px;
font-size: 20px; font-size: 20px;
border-radius: 0; border-radius: 0;
margin-top: 30px;
margin-bottom: 20px;
} }
#about a {
color: white;
}
#download_links {
text-align: center;
}
#download_links a { #download_links a {
padding: 0 5px; padding: 0 5px;
color: #996600 color: #996600
} }
#about a {
color: white;
}
.subtitle { .subtitle {
margin:10px 0 0 0; margin:10px 0 0 0;
text-align:right; text-align:right;
......
...@@ -62,16 +62,17 @@ ...@@ -62,16 +62,17 @@
<img alt="Get it on Google Play" <img alt="Get it on Google Play"
src="https://developer.android.com/images/brand/zh-cn_generic_rgb_wo_60.png" /> src="https://developer.android.com/images/brand/zh-cn_generic_rgb_wo_60.png" />
</a> </a>
<a id="download_desktop" class="hidden btn btn-primary btn-lg" href="https://my-card.in/mycard/download"> <div id="download_desktop" class="hidden">
立即下载 <a class="btn btn-primary btn-lg" href="https://my-card.in/mycard/download">
</a> 立即下载
</a>
<small id="download_links" class="center-block">
<a href="https://plus.google.com/communities/112748610591305626436/stream/e0224372-0474-4624-be73-56f76bad7a8e">更新记录</a>
<a href="https://github.com/mycard/ygopro-images/archive/gh-pages.zip">下载卡图</a>
<a href="https://my-card.in/mycard/updates">下载补丁</a>
</small>
</div>
</div> </div>
<small id="download_links" class="center-block">
<a href="https://plus.google.com/communities/112748610591305626436/stream/e0224372-0474-4624-be73-56f76bad7a8e">更新记录</a>
<a href="https://github.com/mycard/ygopro-images/archive/gh-pages.zip">下载卡图</a>
<a href="https://my-card.in/mycard/updates">下载补丁</a>
</small>
</div> </div>
<div class="col-lg-8 col-md-8"> <div class="col-lg-8 col-md-8">
<img id="screenshot" class="img-responsive" src="img/screenshot.png"> <img id="screenshot" class="img-responsive" src="img/screenshot.png">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment