]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
Added missing CSS; should now be in sync.
authorShamus Hammons <jlhamm@acm.org>
Wed, 25 Jan 2017 03:22:18 +0000 (21:22 -0600)
committerShamus Hammons <jlhamm@acm.org>
Wed, 25 Jan 2017 03:22:18 +0000 (21:22 -0600)
source/css/app.css

index 5843440cd725b28196fbff770b83e173be20fe97..0802831ecd928d12b7f472a96184454a0494d270 100644 (file)
@@ -606,3 +606,7 @@ samp:after {
 .alternate tr{ background: #b8d1f3; }
 .alternate tr:nth-child(odd){ background: #b8d1f3; }
 .alternate tr:nth-child(even){ background: #dae5f4; }
+
+.container { position:relative; border: none;}
+.hoverimg { position: absolute; border: none;  }
+.hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; }