Changeset 567:8b1e20bf300d in documentViewer for css
- Timestamp:
- Oct 11, 2012, 8:21:49 AM (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
css/docuviewer.css
r565 r567 1 1 /* 2 * Documentviewer style sheet. 3 * 4 * Robert Casties 2012. 5 */ 2 6 body { 3 7 background-color: #ebebeb; … … 264 268 margin-bottom: 0.25em; 265 269 } 270 /* page break */ 271 div.col.main div.content.text span.pb span.n, 272 div.col.main div.content.text span.pb span.o { 273 display: none; 274 } 275 div.col.main div.content.text span.pb span.rhead { 276 display: block; 277 } 266 278 /* running head */ 267 279 div.col.main div.content.text div.pageHeaderTitle { … … 385 397 div.footer div.content { 386 398 font-size: 10px; 387 color: gr ey;399 color: gray; 388 400 } 389 401 div.footer div.content a:link, 390 402 div.footer div.content a:visited { 391 color: gr ey;392 } 403 color: gray; 404 }
Note: See TracChangeset
for help on using the changeset viewer.