From 5a9ceb32aca6ec94e19f6b9c3ae70b3209512654 Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Tue, 27 Mar 2018 11:39:59 +0200 Subject: [PATCH] Removed a semi-broken transition in the CSS. --- include/metering-in-ardour.html | 2 +- source/css/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/metering-in-ardour.html b/include/metering-in-ardour.html index b5133afc..5e35e490 100644 --- a/include/metering-in-ardour.html +++ b/include/metering-in-ardour.html @@ -176,7 +176,7 @@

- 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 dBFS 1 kHz sine wave.

diff --git a/source/css/app.css b/source/css/app.css index 1ea517c7..bac1dfd1 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -492,7 +492,7 @@ samp:after { #content img.mini:hover { width: 100%; - transition: width .5s ease; + /*transition: width .5s ease; doesn't work on right-floated figures */ } #content p.center {