~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to html/build/scripts/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-01-05 21:10:03 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090105211003-mh6zc3um4k1uhsj7
Tags: 1:4.2.4p4+dfsg-8
It did not properly check the return value of EVP_VerifyFinal
which results in an malformed DSA signature being treated as
a good signature rather than as an error.  (CVE-2009-0021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {background: #FDF1E1;
 
2
      color: #006600;
 
3
      font-family: "verdana", sans-serif;
 
4
      text-align: justify;
 
5
      margin-left: 5px;}
 
6
 
 
7
p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
 
8
li.inline {text-align: left; margin-top: 0; margin-bottom: 0}
 
9
 
 
10
ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
 
11
 
 
12
dt {margin-top: .6em}
 
13
dd {margin-bottom: .6em}
 
14
 
 
15
div.header {text-align: center;
 
16
            font-style: italic;}
 
17
 
 
18
div.footer {text-align: center;         
 
19
            font-size: 60%;}
 
20
 
 
21
img.cell {align: left;}
 
22
 
 
23
td.sidebar {width: 40px; align: center; valign: top;}
 
24
img.sidebar {align: center; margin-top: 5px;}
 
25
h4.sidebar {align: center;}
 
26
 
 
27
p.top {background: #FDF1E1;
 
28
       color: #006600;
 
29
       position: absolute;
 
30
       margin-left: -90px;
 
31
       text-align: center;}
 
32
 
 
33
a:link.sidebar {background: transparent;
 
34
                color: #990033;
 
35
                font-weight: bold;}
 
36
 
 
37
a:visited.sidebar {background: transparent;
 
38
                   color: #990033;
 
39
                   font-weight: bold;}
 
40
 
 
41
a:hover.sidebar {background: #FDF1E1;
 
42
                 color: #006600;}
 
43
 
 
44
img {margin: 5px;}
 
45
 
 
46
div {text-align: center;}
 
47
 
 
48
h1 {text-align: center;
 
49
    font-size: 250%;}
 
50
 
 
51
caption {background: #EEEEEE;
 
52
         color: #339999;}
 
53
         
 
54
tx {text-align: center;}
 
55
 
 
56
th {background: #FFFFCC;
 
57
    color: #006600;
 
58
    text-align: center;
 
59
    text-decoration: underline;
 
60
    padding-top: 5px;}
 
61
 
 
62
th.caption {background: #EEEEEE;
 
63
            color: #006600;
 
64
            text-align: center;}
 
 
b'\\ No newline at end of file'