Changeset 537:ad6f97fd3944 in documentViewer for css
- Timestamp:
- Jul 27, 2012, 3:09:59 PM (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
css/docuviewer.css
r536 r537 118 118 display: table-cell; 119 119 border: 1px solid silver; 120 border-radius: 5px; 120 121 padding: 0.5em; 121 122 background-color: white; 123 } 124 125 div.tocbody h4 { 126 margin-top: 0; 127 margin-bottom: 0.5em; 128 } 129 div.tocbody div.ruler { 130 text-align: center; 131 margin-bottom: 0.5em; 122 132 } 123 133 … … 152 162 div.tocbody table.thumbs .thumbcap { 153 163 color: black; 164 } 165 166 div.tocbody table.concordance { 167 border-collapse: collapse; 168 } 169 div.tocbody table.concordance td { 170 border: 1px solid silver; 171 text-align: center; 154 172 } 155 173 … … 206 224 div.col.buttons h4 { 207 225 margin-top: 0; 208 margin-bottom: 0 ;226 margin-bottom: 0.5em; 209 227 } 210 228 div.col.buttons ul { 211 229 list-style-type: none; 212 230 padding-left: 0; 213 margin-top: 0 .5em;231 margin-top: 0; 214 232 margin-bottom: 0.5em; 215 233 } … … 257 275 } 258 276 div.col.main div.content-images table { 259 border-collapse: collapse; /* for tight digilib */277 border-collapse: collapse; /* for tight digilib */ 260 278 } 261 279
Note: See TracChangeset
for help on using the changeset viewer.