~ubuntu-branches/ubuntu/karmic/swfdec0.6/karmic

« back to all changes in this revision

Viewing changes to doc/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Garcia Mantinan
  • Date: 2008-07-29 23:30:05 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080729233005-k05tu7pnfyb8vcog
Tags: 0.6.8-1
* New upstream version. Fixes several crashes.
* Setting urgency as high to try to get all these fixes to lenny.

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
}