website: hacks on hacks to center the download link
This commit is contained in:
parent
a900b9de16
commit
84927c6b9d
|
@ -14,9 +14,10 @@
|
||||||
|
|
||||||
<section class="belt download">
|
<section class="belt download">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row download-row">
|
||||||
<div class="download-container">
|
<div class="download-container">
|
||||||
<h2 class="uppercase"><a href="/downloads.html">Download v<%= latest_version %></a></h2>
|
<h2 class="uppercase"><a href="/downloads.html">Download v<%= latest_version %></a></h2>
|
||||||
|
<div class="small">
|
||||||
<small class="uppercase mono">
|
<small class="uppercase mono">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
Release Notes
|
Release Notes
|
||||||
|
@ -27,6 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="marketting padded-lg">
|
<section class="marketting padded-lg">
|
||||||
|
|
|
@ -31,11 +31,20 @@ header .header {
|
||||||
|
|
||||||
.download-container {
|
.download-container {
|
||||||
background: url(/images/down_arrow.png) no-repeat top left;
|
background: url(/images/down_arrow.png) no-repeat top left;
|
||||||
|
display: inline-block;
|
||||||
min-height: 73px;
|
min-height: 73px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-left: 100px;
|
padding-left: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.download-row {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
.small {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: $serif;
|
font-family: $serif;
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
|
@ -45,6 +54,7 @@ header .header {
|
||||||
padding-top: 7px;
|
padding-top: 7px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
line-height: 1.0;
|
line-height: 1.0;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $dark-background;
|
color: $dark-background;
|
||||||
|
|
Loading…
Reference in New Issue