Changeset - e7ed2105f3bd
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 6 years ago 2019-06-09 22:18:22
drewp@bigasterisk.com
clearer time axis numbers
Ignore-this: c78aba201553578a3fb1aa21a423519
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/web/timeline/timeline-elements.html
Show inline comments
 
@@ -189,6 +189,15 @@
 
      }
 
    </style>
 
    <svg id="timeAxis" xmlns="http://www.w3.org/2000/svg">
 
      <style>
 
       text  {
 
           fill: white;
 
           color: white;
 
           font-size: 135%;
 
           font-weight: bold;
 
       }
 
       
 
      </style>
 
      <g id="axis" transform="translate(0,30)"></g>    
 
    </svg>
 
  </template>
0 comments (0 inline, 0 general)