# HG changeset patch
# User drewp@bigasterisk.com
# Date 1497149627 0
# Node ID c2af36d6fa6b75a103eb34fdc54b39f8cd21ec81
# Parent b41890623d31bc088bcb1c3e3a22173399754d95
layout
Ignore-this: d05072c0cbef094c68f1d4eb41f57c93
diff -r b41890623d31 -r c2af36d6fa6b light9/web/edit-choice.html
--- a/light9/web/edit-choice.html Sun Jun 11 02:53:23 2017 +0000
+++ b/light9/web/edit-choice.html Sun Jun 11 02:53:47 2017 +0000
@@ -23,7 +23,6 @@
- Effect:
diff -r b41890623d31 -r c2af36d6fa6b light9/web/style.css
--- a/light9/web/style.css Sun Jun 11 02:53:23 2017 +0000
+++ b/light9/web/style.css Sun Jun 11 02:53:47 2017 +0000
@@ -156,7 +156,7 @@
padding: 1px;
margin: 2px;
background: rgb(49, 49, 49);
- display: block;
+ display: inline-block;
text-shadow: 1px 1px 2px black;
}
.resource.minor {
diff -r b41890623d31 -r c2af36d6fa6b light9/web/timeline/timeline-elements.html
--- a/light9/web/timeline/timeline-elements.html Sun Jun 11 02:53:23 2017 +0000
+++ b/light9/web/timeline/timeline-elements.html Sun Jun 11 02:53:47 2017 +0000
@@ -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;