# HG changeset patch # User drewp@bigasterisk.com # Date 2017-06-11 02:53:47 # Node ID c2af36d6fa6b75a103eb34fdc54b39f8cd21ec81 # Parent b41890623d31bc088bcb1c3e3a22173399754d95 layout Ignore-this: d05072c0cbef094c68f1d4eb41f57c93 diff --git a/light9/web/edit-choice.html b/light9/web/edit-choice.html --- a/light9/web/edit-choice.html +++ b/light9/web/edit-choice.html @@ -23,7 +23,6 @@
- Effect:
diff --git a/light9/web/style.css b/light9/web/style.css --- a/light9/web/style.css +++ b/light9/web/style.css @@ -156,7 +156,7 @@ a.resource { padding: 1px; margin: 2px; background: rgb(49, 49, 49); - display: block; + display: inline-block; text-shadow: 1px 1px 2px black; } .resource.minor { diff --git a/light9/web/timeline/timeline-elements.html b/light9/web/timeline/timeline-elements.html --- a/light9/web/timeline/timeline-elements.html +++ b/light9/web/timeline/timeline-elements.html @@ -273,7 +273,7 @@ #top { position: absolute; overflow: hidden; - background: rgba(123, 123, 123, 0.71); + background: rgba(19, 19, 19, 0.65); border-radius: 6px; border: 1px solid #313131; padding: 3px;