Changeset 401 in tmcsimulator for trunk/webapps/einotebook/notebook.css


Ignore:
Timestamp:
05/15/2019 06:07:22 AM (7 years ago)
Author:
jdalbey
Message:

Fix #149, #112. Add emphasis to timebox. Partial fix to highlighting problem. Use Scoreboard font in CMS monitor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/einotebook/notebook.css

    r399 r401  
    77body 
    88{ 
    9     margin:0px; 
     9   margin:0px; 
    1010   font-family: Verdana, sans-serif; 
    1111   background-color:#FFFFFF; 
     
    8686   margin-bottom: 2px; 
    8787   padding-right: 16px; 
     88   /* Fix #152 attempt  
     89   resize: both; 
     90   overflow: auto; */ 
    8891   /*width: 30%;*/ 
    8992    /* width: 30%;   */ 
     
    170173   border: 1px solid #66CC66;  
    171174   border-top: 0px;  
    172    height:90%; 
     175   height:100%; 
    173176   padding:0px; 
    174177   margin:0px; 
Note: See TracChangeset for help on using the changeset viewer.