~serge-hallyn/ubuntu/oneiric/libvirt/fix-shutdown

« back to all changes in this revision

Viewing changes to docs/generic.css

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-11-02 16:26:51 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101102162651-aq8tnbz58mdf01bf
Tags: 0.8.5-0ubuntu1
* New upstream release.
* Removed a slew of patches which have been
  applied upstream since 0.8.3.
  - 9012-apparmor-extra-tests.patch
  - 9013-apparmor-chardev.patch
  - 9015-Add-ubd-to-the-list-of-disk-prefixes.patch
  - 9016-Close-fd-s-of-persistent-tap-devices.patch
  - 9017-Make-sure-all-command-line-arguments-get-passed-to-U.patch
  - 9018-Make-umlConnectTapDevice-ask-brAddTap-for-a-persiste.patch
  - 9019-uml-fix-logic-bug-in-checking-reply-length.patch
  - 9021-Allow-chardev-of-type-file-for-UML-domains.patch
  - 9022-Rename-qemudShrinkDisks-to-virDomainDiskRemove-and-m.patch
  - 9023-Support-virDomainAttachDevice-and-virDomainDetachDev.patch
  - 9024-Explicitly-pass-uml_dir-argument-to-user-mode-linux.patch
  - 9025-Add-nwfilter-support-to-UML-driver.patch
  - 9026-Rebuild-network-filter-for-UML-guests-on-updates.patch
  - 9027-Make-newfilter-xml-transformations-endian-safe.patch
  - 9028-lp628055.patch
* Updated 9002-better_default_uri_virsh.patch to use vshStrdup,
  as now required in that file.  (use of strdup now causes compilation
  to fail)
* Removed 9008-run-as-root-by-default.patch, which has not been
  applied for awhile now, with no ill effects.
* Simple refresh of:
  - 0001-remove-RHism.diff.patch
  - 0003-allow-libvirt-group-to-access-the-socket.patch
  - 0004-fix-Debian-specific-path-to-hvm-loader.patch
  - 0006-patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
  - 9000-delayed_iff_up_bridge.patch
  - 9001-dont_clobber_existing_bridges.patch
  - 9003-better-default-arch.patch
  - 9004-libvirtd-group-name.patch
  - 9005-increase-unix-socket-timeout.patch
  - 9006-default-config-test-case.patch
  - 9009-autodetect-nc-params.patch
  - 9010-dont-disable-ipv6.patch
  - 9011-move-ebtables-script.patch
  - 9014-skip-nodeinfotest.patch
  - 9020-lp545795.patch
* Create a patch to include stdint.h so lxc_container.h, which
  #includes linux/fs.h, doesn't trip up on undefined uint64_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
body {
 
3
  margin: 0em;
 
4
  padding: 0px;
 
5
  color: rgb(0,0,0);
 
6
  font-family: Verdana, Arial, Helvetica, sans-serif;
 
7
  font-size: 80%;
 
8
  background: #ffffff;
 
9
}
 
10
 
 
11
p, ul, ol, dl {
 
12
  padding: 0px;
 
13
  margin: 0px;
 
14
}
 
15
 
 
16
ol,ul {
 
17
  margin-left: 3em;
 
18
}
 
19
 
 
20
ol,ul,dl,p {
 
21
  margin-top: 1em;
 
22
  margin-bottom: 1em;
 
23
}
 
24
 
 
25
p:first-line {
 
26
  margin-right: 1em;
 
27
}
 
28
 
 
29
div.body p:first-letter {
 
30
  font-size: 1.2em;
 
31
  font-weight: bold;
 
32
}
 
33
 
 
34
h1,h2,h3,h4,h5,h6 {
 
35
  font-weight: bold;
 
36
  margin: 0px;
 
37
  padding: 0px;
 
38
  margin-top: 0.5em;
 
39
}
 
40
 
 
41
div.footer {
 
42
  margin-top: 1em;
 
43
}
 
44
 
 
45
h1 {
 
46
  font-size: 2em;
 
47
}
 
48
h2 {
 
49
  font-size: 1.6em;
 
50
}
 
51
h3 {
 
52
  font-size: 1.4em;
 
53
}
 
54
h4 {
 
55
  font-size: 1.2em;
 
56
}
 
57
h5 {
 
58
  font-size: 1em;
 
59
}
 
60
h6 {
 
61
  font-size: 0.8em;
 
62
}
 
63
 
 
64
dl dt {
 
65
  margin-left: 1em;
 
66
  margin-right: 2em;
 
67
  font-weight: bold;
 
68
  font-size: larger;
 
69
}
 
70
 
 
71
dl dd {
 
72
  margin-left: 2em;
 
73
  margin-right: 2em;
 
74
  margin-bottom: 0.5em;
 
75
}