Changeset 4348


Ignore:
Timestamp:
01/27/14 13:57:04 (10 years ago)
Author:
twagoo
Message:

tweaking of record mockup

Location:
vlo/branches/vlo-3.0/vlo-web-app/src/main/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/record1.html

    r4347 r4348  
    6060                        Record 1 out of 606156
    6161                        <a href="">&gt;</a>
     62                    </p>
     63                    <p>
     64                        <ul>
     65                            <li><a href="#recordlandingpage">1 landing page</a></li>
     66                            <li><a href="#recordresources">2 resources</a></li>
     67                            <li><a href="#recordcmdi">CMDI metadata</a></li>
     68                        </ul>
    6269                    </p>
    6370                    <p><a href="index.html">Back to search results</a></p>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo-record.css

    r4347 r4348  
    2222#recordnavigation p a {
    2323    padding: 0;
     24}
     25
     26#recordnavigation ul{
     27    margin: 0px;
     28    padding: 0px;
     29}
     30
     31#recordnavigation ul li {
     32    list-style: none;
     33    padding: 0px;
     34    margin: 0px;
    2435}
    2536
Note: See TracChangeset for help on using the changeset viewer.