~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric-updates

« back to all changes in this revision

Viewing changes to build/data/resources/css/SharpDevelopStandard.css

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-18 08:40:51 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218084051-gh8m6ukvokbwj7cf
Tags: 1.9.2+dfsg-1ubuntu1
* Merge from Debian Experimental (LP: #330519), remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24
    - Add libmono-cairo1.0-cil to build-deps to fool pkg-config check

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body /* This body tag requires the use of one of the sets of banner and/or text div ids */
2
 
        {
3
 
        margin: 0px 0px 0px 0px;
4
 
        padding: 0px 0px 0px 0px;
5
 
        background: #ffffff; 
6
 
        color: #000000;
7
 
        font-family: Verdana, Arial, Helvetica, sans-serif;
8
 
        font-size: 70%;
9
 
        width: 100%;
10
 
        }
11
 
        
12
 
table
13
 
        {
14
 
        margin: 0px 0px 0px 0px;
15
 
        padding: 0px 0px 0px 0px;
16
 
        background: #ffffff; 
17
 
        color: #000000;
18
 
        font-family: Verdana, Arial, Helvetica, sans-serif;
19
 
        font-size: 100%;
20
 
        }
21
 
        
22
 
h1, h2, h3, h4
23
 
        {
24
 
        font-family: Verdana, Arial, Helvetica, sans-serif;
25
 
        margin-bottom: .4em; 
26
 
        margin-top: 1em;
27
 
        font-weight: bold;
28
 
        }
29
 
h1
30
 
        {
31
 
        font-size: 150%;
32
 
        margin-top: 0em;
33
 
        }
34
 
h2
35
 
        {
36
 
        font-size: 130%;
37
 
        }
38
 
h3
39
 
        {
40
 
        font-size: 115%;
41
 
        }
42
 
h4
43
 
        {
44
 
        font-size: 100%;
45
 
        }