~ubuntu-branches/debian/squeeze/hal/squeeze

« back to all changes in this revision

Viewing changes to doc/api/libhal/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-05-15 17:15:26 UTC
  • Revision ID: james.westby@ubuntu.com-20080515171526-wj087paax2bmuxwr
Tags: upstream-0.5.11
ImportĀ upstreamĀ versionĀ 0.5.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/* this is needed so that the local anchors are displayed below the naviagtion */
24
24
@media screen {
 
25
  sup a.footnote
 
26
  {
 
27
    position: relative;
 
28
    top: 0em ! important;
 
29
  }
25
30
  div.refnamediv a[name], div.refsect1 a[name]
26
31
  {
27
32
    position: relative;
139
144
 
140
145
hr
141
146
{
142
 
  color: #888;
143
 
  background: #888;
 
147
  color: #777777;
 
148
  background: #777777;
144
149
  border: 0;
145
150
  height: 1px;
146
151
  clear: both;
147
152
}
148
153
 
 
154
.footer
 
155
{
 
156
  padding-top: 3.5em;
 
157
  color: #777777;
 
158
  text-align: center;
 
159
  font-size: 80%;
 
160
}