Commit 74bcf5dc authored by Guillaume Seguin's avatar Guillaume Seguin

CSS fix, speed up animation, update release date

parent d272f001
......@@ -231,8 +231,8 @@ h2 {
width: 100%;
height: 370px;
position: absolute;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.homebox .front {
......@@ -243,12 +243,12 @@ h2 {
.homebox .back {
text-align: justify;
font-size: 1.1em;
-webkit-transform: perspective(800px) rotateY(-179.9deg);
transform: perspective(800px) rotateY(-179.9deg);
}
.homebox .back div {
font-size: 1.1em;
padding: 20px;
}
......
......@@ -31,7 +31,7 @@ layout: default
<div class="carousel-caption">
<div>
<h1>Latest news</h1>
<p><a class="caption-link" href="https://github.com/kliment/Printrun/releases/tag/printrun-20140402">Printrun 2014-04-02</a> has been released, with new optional mini controls, a new 3D visualization, a more flexible user interface and much more.</p>
<p><a class="caption-link" href="https://github.com/kliment/Printrun/releases/tag/printrun-20140402">Printrun 2014-04-06</a> has been released, with new optional mini controls, a new 3D visualization, a more flexible user interface and much more.</p>
<p><a class="btn btn-lg btn-primary" href="https://github.com/kliment/Printrun/commits/printrun-20140402" role="button">Commit log</a></p>
</div>
</div>
......
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