Removed header for double information about download

This commit is contained in:
Simon Busborg
2016-10-10 12:04:10 +02:00
parent e933ea81d7
commit 9a36eea042
2 changed files with 10 additions and 22 deletions
+9 -17
View File
@@ -61,8 +61,8 @@
.get-release {
line-height: 1.5;
padding: 2rem 0;
margin: 0 0 2.5rem ;
padding: 3rem 0;
margin: 0 0 3.5rem ;
border-bottom: 1px solid darken(whitesmoke, 5%);
}
@@ -339,20 +339,6 @@
}
.release-header {
flex: 0 0 100%;
padding-bottom: 5px;
margin-bottom: 2.5rem;
border-bottom: 1px solid darken(whitesmoke, 5%);
}
.release-header h2 {
font-size: 1.6rem;
font-weight: 700;
}
.release-section-group {
flex: 1 1 100%;
padding: 0;
@@ -417,7 +403,13 @@
}
}
.release-section h3 {
.release-page h2 {
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 0;
}
.release-page h3 {
font-size: 1.1rem;
font-weight: bold;
margin-bottom: 0;
+1 -5
View File
@@ -147,10 +147,6 @@
{
<div class="get-release">
<div class="release-header">
<h2>Get it now</h2>
</div>
<div class="release-section flex flex-row flex-wrap">
<!-- Download button -->
@@ -166,7 +162,7 @@
<div class="release-section-action">
<a class="button green" href="/ReleaseDownload?id=@item.Id" onclick="_gaq.push(['_trackEvent', 'Release', 'Download', '@item.Name']);">Download Umbraco @Model.Name</a>
</div>
<p>This is probably what you're going to need to get started. If you need documentation, please proceed to <strong>"Getting Started"</strong>.</p>
<p>This is the main Umbraco download, generally you won't need anything else. You can find documentation under <strong>"Getting Started"</strong>.</p>
<small>Downloaded @numberOfDownloads times - uploaded @item.UploadDate.ToString("D")</small>
}
}