Changeset 608 in tmcsimulator for branches/LCSv1/static


Ignore:
Timestamp:
03/30/2020 01:12:49 PM (6 years ago)
Author:
jdalbey
Message:

LCSv1 update layout.html and lcstrain.css to enhance nav bar functionality to show selected tab in blue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv1/static/css/lcstrain.css

    r607 r608  
    1818 
    1919A:link { 
    20         text-decoration:underline; 
     20        /* text-decoration:underline; */ 
    2121        color: #0000CC; 
    2222        font-weight: bold; 
     
    3232} 
    3333A:hover {  
    34         text-decoration:none;  
     34        text-decoration:underline;  
    3535        color: #990000 
    3636}  
     
    9393    width: 90%; 
    9494    display: block; 
    95     margin-top: 3px; 
     95    margin-top: 6px; 
    9696    margin-bottom: 0.5em; 
    9797    margin-left: auto; 
Note: See TracChangeset for help on using the changeset viewer.