~ubuntu-branches/ubuntu/vivid/gimp-help/vivid

« back to all changes in this revision

Viewing changes to html/sv/gimp-help-plain.css

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2005-05-08 18:04:08 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050508180408-mjwl3kmjczfnmu5v
Tags: 2+0.7-5
Fix doc-base entry for gimp-help-zh-cn to point to correct directory
name (Closes: #308228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  border-bottom: 1px solid black;
31
31
  letter-spacing: 2px;
32
32
  margin-top: 30px;
33
 
  font-size: 11px;
 
33
  font-size: medium;
34
34
  text-decoration: none;
35
35
}
36
36
 
74
74
 
75
75
div.sect2 { margin-top: 10px; }
76
76
 
77
 
.warning, .caution, .tip {
78
 
  width: 40em;
 
77
.warning, .caution, .tip, .note {
 
78
  max-width: 40em;
79
79
  padding: 0 0 0 10px;
80
80
}
81
81
 
94
94
  background-color: #c3d4de;
95
95
}
96
96
 
 
97
.note {
 
98
    border: 1px solid darkgreen;
 
99
    background-color: #b0e1a9;  
 
100
}
 
101
 
97
102
.guilabel, .guimenuitem {
98
103
  background-color: #eeeee6;
99
104
  padding: 2px;