~ubuntu-branches/ubuntu/utopic/asciidoc/utopic

« back to all changes in this revision

Viewing changes to stylesheets/xhtml11-quirks.css

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2010-11-27 23:19:57 UTC
  • mfrom: (1.1.12 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20101127231957-jxdmrk7z7lkcqy3l
Tags: 8.6.3-1
* New upstream version (Closes: #595324)
* Support asciidoc API (Closes: #526351)
* Depend on python >= 2.4 (Closes: #571303)
* Do not compress .txt files (Closes: #592423)
* Enhance asciidoc manpage (Closes: #499497)
* Move some of the Recommends (vim-addon-manager, source-highlight) to 
  Suggests (Closes: #564015)
* Bump standards version (No changes)
* Add README.Source file

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  text-align: right;
25
25
}
26
26
 
27
 
div.verseblock-content {
28
 
  white-space: pre;
 
27
pre.verseblock-content {
 
28
  font-family: inherit;
29
29
}
30
30
div.verseblock-attribution {
31
31
  padding-top: 0.75em;
37
37
  padding-left: 0.5em;
38
38
}
39
39
 
 
40
div.imageblock.latex div.image-title { margin-top: 0.5em; }
 
41
 
40
42
/* IE6 sets dynamically generated links as visited. */
41
43
div#toc a:visited { color: blue; }