~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/sdk/wxscintilla/website/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
a  href {
2
 
    font-weight: bold;
3
 
    text-decoration: underline;
4
 
}
5
 
 
6
 
a:hover {
7
 
    text-decoration: none;
8
 
}
9
 
 
10
 
a:visited {
11
 
    color: blue;
12
 
}
13
 
 
14
 
a name {
15
 
    font-weight: bold;
16
 
    text-decoration: none;
17
 
}
18
 
 
19
 
body {
20
 
    background: #ffffff;
21
 
    margin: 0.5em;
22
 
}
23
 
 
24
 
.divider1 {
25
 
    margin-top: 1em;
26
 
    border-bottom: 1px solid;
27
 
}
28
 
 
29
 
.divider2 {
30
 
    margin-top: 1em;
31
 
    border-bottom: 1px dotted;
32
 
}
33
 
 
34
 
h1 {
35
 
    color: #00529C;
36
 
    font-size: 2em;
37
 
    font-weight: bold;
38
 
    line-height: 100%;
39
 
}
40
 
 
41
 
h2 {
42
 
    margin-top: 1em;
43
 
    margin-bottom: 0.3em;
44
 
    font-size: 1.5em;
45
 
    font-weight: bold;
46
 
}
47
 
 
48
 
h3 {
49
 
    margin-top: 1em;
50
 
    margin-bottom: 0.3em;
51
 
    font-size: 1.2em;
52
 
    font-weight: bold;
53
 
}
54
 
 
55
 
h4 {
56
 
    margin-top: 1em;
57
 
    margin-bottom: 0.3em;
58
 
    font-size: 1em;
59
 
    font-weight: bold;
60
 
}
61
 
 
62
 
p {
63
 
    margin-top: 0em;
64
 
    margin-bottom: 0.3em;
65
 
    font-size: 0.9em;
66
 
}
67
 
 
68
 
table {
69
 
    margin-top: 0em;
70
 
    margin-bottom: 0.3em;
71
 
}
72
 
 
73
 
ul {
74
 
    margin-top: 0em;
75
 
    margin-bottom: 0.3em;
76
 
}
77
 
 
78
 
code {
79
 
    font-family: "Courier new", Monospaced, Serif;
80
 
    font-size: 0.9em;
81
 
    font-weight: bold;
82
 
}
83
 
 
84
 
term {
85
 
    font-family: "Courier new", Monospaced, Serif;
86
 
    font-size: 1em;
87
 
    font-weight: bold;
88
 
}