~ubuntu-branches/ubuntu/maverick/sip4-qt3/maverick

« back to all changes in this revision

Viewing changes to doc/html/_static/basic.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-07-21 10:18:00 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100721101800-9lk0k2t6hx6pq0dh
Tags: 4.10.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
    background-color: #ffa
333
333
}
334
334
 
 
335
.line-block {
 
336
    display: block;
 
337
    margin-top: 1em;
 
338
    margin-bottom: 1em;
 
339
}
 
340
 
 
341
.line-block .line-block {
 
342
    margin-top: 0;
 
343
    margin-bottom: 0;
 
344
    margin-left: 1.5em;
 
345
}
 
346
 
335
347
/* -- code displays --------------------------------------------------------- */
336
348
 
337
349
pre {
378
390
    vertical-align: middle;
379
391
}
380
392
 
381
 
div.math p {
 
393
div.body div.math p {
382
394
    text-align: center;
383
395
}
384
396
 
392
404
    div.document,
393
405
    div.documentwrapper,
394
406
    div.bodywrapper {
395
 
        margin: 0;
 
407
        margin: 0 !important;
396
408
        width: 100%;
397
409
    }
398
410