Changeset 537:ad6f97fd3944 in documentViewer for css


Ignore:
Timestamp:
Jul 27, 2012, 3:09:59 PM (12 years ago)
Author:
casties
Branch:
default
Message:

fixes closing tickets concerning tocs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r536 r537  
    118118    display: table-cell;
    119119    border: 1px solid silver;
     120    border-radius: 5px;
    120121    padding: 0.5em; 
    121122    background-color: white;   
     123}
     124
     125div.tocbody h4 {
     126        margin-top: 0;
     127        margin-bottom: 0.5em;
     128}
     129div.tocbody div.ruler {
     130        text-align: center;
     131        margin-bottom: 0.5em;
    122132}
    123133
     
    152162div.tocbody table.thumbs .thumbcap {
    153163    color: black;
     164}
     165
     166div.tocbody table.concordance {
     167        border-collapse: collapse;
     168}
     169div.tocbody table.concordance td {
     170    border: 1px solid silver;
     171    text-align: center;
    154172}
    155173
     
    206224div.col.buttons h4 {
    207225    margin-top: 0;
    208     margin-bottom: 0;
     226    margin-bottom: 0.5em;
    209227}
    210228div.col.buttons ul {
    211229    list-style-type: none;
    212230    padding-left: 0;
    213     margin-top: 0.5em;
     231    margin-top: 0;
    214232    margin-bottom: 0.5em;
    215233}
     
    257275}
    258276div.col.main div.content-images table {
    259         border-collapse:collapse; /* for tight digilib */
     277        border-collapse: collapse; /* for tight digilib */
    260278}
    261279
Note: See TracChangeset for help on using the changeset viewer.