Changeset 543:6cdc31e9ed8e in documentViewer for css
- Timestamp:
- Aug 22, 2012, 2:25:38 PM (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
css/docuviewer.css
r542 r543 253 253 line-height: 1.3; 254 254 } 255 255 div.col.main div.content.text div.emptyPage { 256 font-family: Verdana,Arial,sans-serif; 257 font-size: 12px; 258 } 256 259 /* 257 260 * search results … … 326 329 } 327 330 328 329 330 331 /* 331 332 * thumbnail overview … … 338 339 text-align: center; 339 340 } 341 342 /* 343 * footer 344 */ 345 div.footer { 346 max-width: 68em; 347 margin-top: 1em; 348 border-top: 1px solid silver; 349 margin-left: 28px; 350 margin-right: 28px; 351 text-align: center; 352 } 353 div.footer div.content { 354 font-size: 10px; 355 color: grey; 356 } 357 div.footer div.content a:link, 358 div.footer div.content a:visited { 359 color: grey; 360 }
Note: See TracChangeset
for help on using the changeset viewer.