Removed a semi-broken transition in the CSS.

This commit is contained in:
Ed Ward 2018-03-27 11:39:59 +02:00
parent ac18c771fa
commit 5a9ceb32ac
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@
</figure> </figure>
<p> <p>
The figure on the left shows all available meter-types in Ardour 3.4 when fed with a The figure on the left shows all available meter-types in Ardour when fed with a
-18&nbsp;dBFS 1&nbsp;kHz sine wave. -18&nbsp;dBFS 1&nbsp;kHz sine wave.
</p> </p>

View File

@ -492,7 +492,7 @@ samp:after {
#content img.mini:hover { #content img.mini:hover {
width: 100%; width: 100%;
transition: width .5s ease; /*transition: width .5s ease; doesn't work on right-floated figures */
} }
#content p.center { #content p.center {