Changeset 576:b2c7e272e075 in documentViewer for css
- Timestamp:
- Oct 17, 2012, 2:36:13 PM (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
css/docuviewer.css
r575 r576 269 269 margin-bottom: 0.25em; 270 270 } 271 /* normalization forms * /271 /* normalization forms * 272 272 div.col.main div.content.text div.text.orig span.w span.reg, 273 273 div.col.main div.content.text div.text.orig span.w span.norm { … … 282 282 display: none; 283 283 } 284 /* dictionary forms * /284 /* dictionary forms * 285 285 div.col.main div.content.text div.text.plain span.w a.dictionary { 286 286 display: none; … … 288 288 div.col.main div.content.text div.text.dict span.w span.nodictionary { 289 289 display: none; 290 } 290 } 291 */ 291 292 /* page break */ 292 293 div.col.main div.content.text span.pb span.n, … … 301 302 } 302 303 /* note */ 303 div.col.main div.content.text span.note {304 div.col.main div.content.text span.note span.noteBody { 304 305 display: block; 305 306 /* float: left; */ … … 310 311 } 311 312 div.col.main div.content.text span.note span.noteSign { 312 display: none; 313 display: none; 314 /* font-size: 70%; 315 vertical-align: super; */ 313 316 } 314 317 /* figure */ … … 355 358 margin-bottom: 0.5em; 356 359 } 360 div.col.results div.content div.hit { 361 margin-bottom: 0.5em; 362 } 363 div.col.results div.content div.hit span.hitLink { 364 margin-right: 0.5em; 365 } 357 366 358 367 /* … … 399 408 font-family: Monaco,Courier,monospace; 400 409 font-size: 12px; 410 } 411 div.col.main div.content.xml ul { 412 padding-left: 1em; 401 413 } 402 414 div.col.main div.content.xml div.pageHeaderTitle {
Note: See TracChangeset
for help on using the changeset viewer.