Changeset - c2af36d6fa6b
[Not reviewed]
default
0 3 0
drewp@bigasterisk.com - 8 years ago 2017-06-11 02:53:47
drewp@bigasterisk.com
3 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/web/edit-choice.html
Show inline comments
 
@@ -23,7 +23,6 @@
 
     
 
    </style>
 
    <div id="box">
 
      Effect:
 
      <resource-display graph="{{graph}}" uri="{{uri}}" rename></resource-display>
 
      <button on-click="unlink">Unlink</button>
 
    </div>
light9/web/style.css
Show inline comments
 
@@ -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 {
light9/web/timeline/timeline-elements.html
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)