mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-22 13:20:23 +08:00
duh, tracking
This commit is contained in:
parent
29085f898e
commit
2abf53a343
@ -44,6 +44,10 @@ body {
|
|||||||
box-shadow: 0 0 8px 3px #eee;
|
box-shadow: 0 0 8px 3px #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.wrapper { width: 98%; }
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
widows: 100%;
|
widows: 100%;
|
||||||
|
@ -60,15 +60,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bit-2">
|
<div class="bit-2">
|
||||||
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_mini.zip">
|
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_mini.zip">
|
||||||
<button class="gray">Download mini</button>
|
<button class="gray">Download mini</button>
|
||||||
</a>
|
</a>
|
||||||
<small>3 MB zipped : 7 MB</small>
|
<small>3 MB zipped : 7 MB</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="bit-2">
|
<div class="bit-2">
|
||||||
<a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.zip"><button class="blue">Download full</button></a>
|
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.zip"><button class="blue">Download full</button></a>
|
||||||
<small>(with msysgit) 115 MB zipped : 250 MB </small>
|
<small>(with msysgit) 115 MB zipped : 250 MB </small>
|
||||||
<small> <em><a href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.7z">Shockingly small 23 MB 7z </a></em> </small>
|
<small> <em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/bliker/cmder/releases/download/v1.0.0/cmder_full.7z">Shockingly small 23 MB 7z </a></em> </small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="installation">
|
<div id="installation">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user