~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to doc/api/dox.css

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    margin-bottom: 3px;
47
47
    margin-top: 3px
48
48
}
 
49
TD.memname {
 
50
    color: #0050a0;
 
51
    font-weight: bold;
 
52
    white-space: nowrap;
 
53
}
 
54
TD.memitem {
 
55
    color: #0050a0;
 
56
    font-weight: bold;
 
57
    white-space: nowrap;
 
58
}
 
59
.memproto {
 
60
    border-style: solid;
 
61
    border-color: black;
 
62
    border-width: thin;
 
63
    background-color: #fdfff8;
 
64
    padding-left: 5px;
 
65
    margin-right: 5px;
 
66
    padding-top: 5px;
 
67
    padding-bottom: 5px;
 
68
    width: 50%;
 
69
}
 
70
TD.paramtype {
 
71
    font-weight: bold;
 
72
    color: #0050a0;
 
73
    white-space: nowrap;
 
74
}
 
75
TD.paramname {
 
76
    font-weight: bold;
 
77
    color: #702020;
 
78
    white-space: nowrap;
 
79
}
49
80
TD.mdRow {
50
81
    background-color: #feffe2;
51
82
    font-weight: bold;