~ubuntu-branches/ubuntu/natty/devicekit-power/natty

« back to all changes in this revision

Viewing changes to doc/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-06 13:48:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090306134824-33mroekaajqd2tl6
Tags: 006-0ubuntu1
* New upstream version 006:
  - Fix the battery capacity calculation. (fd#19165)
  - Special case machines where the kernel does not convert charge to power.
  - Check all the power supply fields for valid data.
  - Add a wakeups interface so we can get data from the system over DBus.
  - Allow showing the wakeup data in the devkit-power command line tool.
  - Fix compile failure with gcc-4.4.0 and old versions of glib2.
  - Only enable the wakeups polling if a client requires the data.
  - Correctly set the power-supply property.
  - Don't crash when we limit the resolution of a small dataset.
  - Don't sync to disk every 5 seconds, do it every 10 minutes.
  - Fix the QoS interface with the proper signature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  {
57
57
    color: #770000;
58
58
    font-size: 80%;
 
59
    white-space: nowrap;
59
60
  }
60
 
  div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
 
61
  div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.sect1, div.appendix, div.preface
61
62
  {
62
63
    position: relative;
63
64
    top: 3em;
64
65
    z-index: 0;
65
66
  }
 
67
  div.glossary, div.index
 
68
  {
 
69
    position: relative;
 
70
    top: 2em;
 
71
    z-index: 0;
 
72
  }
66
73
  div.refnamediv
67
74
  {
68
75
    margin-top: 2em;