~ubuntu-branches/ubuntu/raring/workrave/raring

« back to all changes in this revision

Viewing changes to doc/style.css

  • Committer: Package Import Robot
  • Author(s): Francois Marier, Francois Marier, Jordi Mallach
  • Date: 2012-05-28 11:29:40 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120528112940-bbbsjkk30fom9s8x
Tags: 1.9.909+abc941eb70-1
[ Francois Marier ]
* New upstream snapshot
  - Drop leak-fix patch (applied upstream)
  - Document how the tarball is built in README.source
* Build GNOME applets and use gsettings
* Massive update of Build-Depends as per configure.ac

* Update README.source with snapshot instructions
* Switch to machine-readable copyright file
* Update alioth git repo links
* Bump debhelper version to 9
* Bump Standards-Version to 3.9.3

[ Jordi Mallach ]
* Avoid references to GNU/Linux in manpage.
* Drop build dependency on libgnet-dev, it's obsolete and unneeded.
* Add myself to Uploaders.
* Rewrite d/rules into dh style.
  - Move all install tweaks to .install files.
  - Install manpages using dh_installman.
* As a side effect, the package installs arch-dependant data in the
  arch triplet directory; add the required Pre-Depends for m-a-support.
* Bring back GNOME Panel applet (for GNOME 3 fallback mode) and ship the
  new GNOME Shell extension (closes: #642514, #666100).
* Add private_dirs.patch: move libworkrave-private and GObject
  Introspection files to a private dir, so they are really out of the
  way, but disable it for now as it breaks the Shell extension.
* Move typelib out of the triplet dir as gobject-introspection is not
  M-A ready yet.
* Enable dh_autoreconf for the above patches.
* Add lintian overrides.
* Add necessary Breaks/Replaces as the xpm icon has moved to workrave-data.
* Prefix all debhelper files with package name.
* Suggest gnome-shell and gnome-panel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body address
 
2
{
 
3
  line-height: 1.3;
 
4
  margin: .6em 0;
 
5
}
 
6
 
 
7
body blockquote
 
8
{
 
9
  margin-top: .75em;
 
10
  line-height: 1.5;
 
11
  margin-bottom: .75em;
 
12
}
 
13
 
 
14
html body
 
15
{
 
16
  margin: 1em 2% 1em 2%;
 
17
  line-height: 1.2;
 
18
  background-color: #ffffff;
 
19
}
 
20
 
 
21
body pre
 
22
{
 
23
  margin: .75em 0;
 
24
  line-height: 1.3;
 
25
  color: #4f3f3f;
 
26
  font-weight: bold;
 
27
}
 
28
 
 
29
body div
 
30
{
 
31
  margin: 0;
 
32
}
 
33
 
 
34
dl
 
35
{
 
36
  margin: .4em 0;
 
37
  line-height: 1.2;
 
38
}
 
39
 
 
40
.legalnotice
 
41
{
 
42
  font-size: small;
 
43
}
 
44
 
 
45
h1,h2,h3,h4,h5,h6,
 
46
div.example p b,
 
47
.question,
 
48
div.table p b,
 
49
div.procedure p b
 
50
{
 
51
  color: #990000;
 
52
}
 
53
 
 
54
.option
 
55
{
 
56
  color: #0000ca;
 
57
  font-weight: bold;
 
58
}
 
59
 
 
60
.parameter
 
61
{
 
62
  color: #007a00;
 
63
  font-weight: bold;
 
64
}
 
65
 
 
66
a
 
67
{
 
68
  color: #000000;
 
69
}
 
70
 
 
71
a:hover
 
72
{
 
73
  color: #3c3c3c;
 
74
  border-bottom: 1px solid #dc0000;
 
75
}
 
76
 
 
77
hr
 
78
{
 
79
  background-color: #9c9c9c;
 
80
  border-style: none;
 
81
  height: 1px;
 
82
}
 
83
 
 
84
li
 
85
{
 
86
  list-style-type: square;
 
87
}
 
88
 
 
89
.programlisting, .screen
 
90
{
 
91
  background-color: #F8F9FD;
 
92
  border-color: #907777;
 
93
  border-width: 1px;
 
94
  border-style: solid;
 
95
  padding: 0.5em;
 
96
}
 
97