Ignore:
Timestamp:
2011-10-19T13:46:13+13:00 (13 years ago)
Author:
papitha
Message:

changes to style

File:
1 edited

Legend:

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

    r24651 r24772  
    214214
    215215#gs_footer {
     216    position: relative;
     217    display: block;
    216218    background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;
     219    margin: 0 auto;
    217220    text-align: center;
    218221    vertical-align: middle;
     
    319322#nav li:hover a, #nav li.current a { background-position: 0 0; cursor:default; }
    320323
    321 #authennavbarlist {
    322     display: inline;
    323     list-style-type: none;
    324     padding-right: 20px;
    325 }
    326324
    327325/* css to make the page links work (home, help, preference) */
     
    426424
    427425#results li a {
    428     padding: 3px 3px 3px 28px;
     426    padding: 3px 3px 3px 3px;
    429427    background-repeat: no-repeat;
    430428    background-position: 0 .1em;
     
    432430
    433431
    434 /*#results .document a { background-image: url('../images/book.png'); }*/
     432#results .document a { /*background-image: url('../images/book.png'); */}
    435433#results .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
    436434#results .shelf>a { background-image: url('../images/bookshelf.png'); }
Note: See TracChangeset for help on using the changeset viewer.