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 { ...@@ -231,8 +231,8 @@ h2 {
width: 100%; width: 100%;
height: 370px; height: 370px;
position: absolute; position: absolute;
-webkit-transition: all 0.6s ease; -webkit-transition: all 0.2s ease;
transition: all 0.6s ease; transition: all 0.2s ease;
} }
.homebox .front { .homebox .front {
...@@ -243,12 +243,12 @@ h2 { ...@@ -243,12 +243,12 @@ h2 {
.homebox .back { .homebox .back {
text-align: justify; text-align: justify;
font-size: 1.1em;
-webkit-transform: perspective(800px) rotateY(-179.9deg); -webkit-transform: perspective(800px) rotateY(-179.9deg);
transform: perspective(800px) rotateY(-179.9deg); transform: perspective(800px) rotateY(-179.9deg);
} }
.homebox .back div { .homebox .back div {
font-size: 1.1em;
padding: 20px; padding: 20px;
} }
......
...@@ -31,7 +31,7 @@ layout: default ...@@ -31,7 +31,7 @@ layout: default
<div class="carousel-caption"> <div class="carousel-caption">
<div> <div>
<h1>Latest news</h1> <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> <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>
</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