~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpmodule/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
ImportĀ upstreamĀ versionĀ 2.4.7

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
}