]> Shamusworld >> Repos - ardour-manual/commitdiff
Removed a semi-broken transition in the CSS.
authorEd Ward <edwsaintesprit@hotmail.com>
Tue, 27 Mar 2018 09:39:59 +0000 (11:39 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Mon, 16 Apr 2018 12:40:10 +0000 (14:40 +0200)
include/metering-in-ardour.html
source/css/app.css

index b5133afc4ed72cc650d7e574752e9dabc079de14..5e35e49028b856b052548e0e2603087f1002b75e 100644 (file)
 </figure>
 
 <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.
 </p>
 
index 1ea517c70742548c48966acc3a7e69830ccc1fff..bac1dfd15a9a29fe0e43756910d5eba37866aafb 100644 (file)
@@ -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 {