~ampelbein/ubuntu/oneiric/heartbeat/lp-770743

« back to all changes in this revision

Viewing changes to website/linuxhaIE6.css

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2010-02-17 21:59:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217215918-06paxph5do4saw8v
Tags: 3.0.2-0ubuntu1
* New upstream release
* Drop hard dep on pacemaker for heartbet; moved to Recommends
* debian/heartbeat.install:
  - follow upstream changes
* debian/control:
  - added docbook-xsl and xsltproc to build depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
Author:       Alan Robertson
3
 
Support:      linux-ha@lists.linux-ha.org
4
 
License:      GNU General Public License (GPL)
5
 
Copyright:    (C) 2005 International Business Machines, Inc.
6
 
*/
7
 
 
8
 
@import url(/linuxha.css);
9
 
 
10
 
/*
11
 
 *  i_header text usually has a box or extra line around it
12
 
 * - wish I knew what caused it
13
 
 */
14
 
 
15
 
/*
16
 
#i_header img   {
17
 
        margin-bottom: -4pt;
18
 
}
19
 
#i_header {
20
 
        border-style: none;
21
 
        border-width: 0;
22
 
        background: transparent;
23
 
}
24
 
#i_header a {
25
 
        border-style: none;
26
 
        border-width: 0;
27
 
        background: transparent;
28
 
}
29
 
*/
30
 
 
31
 
/* The "bold" weight causes a problem with IE: when hover the mouse on "SecurityIssues",
32
 
 * the four menu items all move to left
33
 
 */ 
34
 
#i_menu a:hover {
35
 
        font-weight: normal;
36
 
        /* background: #FFFFFF; */
37
 
}
38
 
 
39
 
#i_content {
40
 
        margin: 4pt;
41
 
        padding: 0;
42
 
        /*
43
 
         * Constraining width of i_content makes the page fit
44
 
         * in IE windows
45
 
         */
46
 
 
47
 
        width: 78%;
48
 
        max-width: 650pt;       /* 9 inches */
49
 
/*
50
 
        width: 50%;
51
 
        max-width: 500pt; /* 7 inches */
52
 
 */
53
 
        }
54
 
 
55
 
#i_sidebar {
56
 
        padding-left: 6pt;
57
 
}