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 17 insertions and 8 deletions:
0 comments (0 inline, 0 general)
light9/web/timeline/timeline-elements.html
Show inline comments
 
@@ -179,16 +179,25 @@
 
     :host {
 
         display: block;
 
     }
 
      div {
 
          width: 100%;
 
          height: 31px;
 
      }
 
      svg {
 
          width: 100%;
 
          height: 30px;
 
      }
 
     div {
 
         width: 100%;
 
         height: 31px;
 
     }
 
     svg {
 
         width: 100%;
 
         height: 30px;
 
     }
 
    </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)