Ignore:
Timestamp:
2017-03-23T11:25:54+13:00 (7 years ago)
Author:
kjdon
Message:

moved expand doc and contract doc into separate div. copied these style things from tableOfContents (which is where they used to live) otherwise the links are invisible!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r30987 r31530  
    722722}
    723723
     724#expandContractLinks {
     725    margin: 0;
     726    padding: 0;
     727    font-size: 70%;
     728}
     729
     730#expandContractLinks a {text-decoration: underline; color: #444 !important;}
     731#expandContractLinks a:visited {text-decoration: underline; color: #444 !important;}
     732#expandContractLinks a:link {text-decoration: underline; color: #444 !important;}
     733
    724734#tableOfContents {
    725735    margin: 0;
Note: See TracChangeset for help on using the changeset viewer.