style.css   style.css 
skipping to change at line 35 skipping to change at line 35
@media screen { @media screen {
sup a.footnote sup a.footnote
{ {
position: relative; position: relative;
top: 0em ! important; top: 0em ! important;
} }
/* this is needed so that the local anchors are displayed below the navia gtion */ /* this is needed so that the local anchors are displayed below the navia gtion */
div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.r efsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.r efsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
{ {
display: inline-block;
position: relative; position: relative;
padding-top:4.5em; top:-5em;
} }
/* this seems to be a bug in the xsl style sheets when generating indexes */ /* this seems to be a bug in the xsl style sheets when generating indexes */
div.index div.index div.index div.index
{ {
top: 0em; top: 0em;
} }
/* make space for the fixed navigation bar and add space at the bottom so that /* make space for the fixed navigation bar and add space at the bottom so that
* link targets appear somewhat close to top * link targets appear somewhat close to top
*/ */
body body
skipping to change at line 212 skipping to change at line 213
/* blob links */ /* blob links */
h2 .extralinks, h3 .extralinks h2 .extralinks, h3 .extralinks
{ {
float: right; float: right;
/* tango:aluminium 3 */ /* tango:aluminium 3 */
color: #babdb6; color: #babdb6;
font-size: 80%; font-size: 80%;
font-weight: normal; font-weight: normal;
} }
.annotation
{
/* tango:aluminium 5 */
color: #555753;
font-size: 80%;
font-weight: normal;
}
/* code listings */ /* code listings */
.listing_code .programlisting .cbracket { color: #a40000; } /* tango: sca rlet red 3 */ .listing_code .programlisting .cbracket { color: #a40000; } /* tango: sca rlet red 3 */
.listing_code .programlisting .comment { color: #a1a39d; } /* tango: alu minium 4 */ .listing_code .programlisting .comment { color: #a1a39d; } /* tango: alu minium 4 */
.listing_code .programlisting .function { color: #000000; font-weight: bo ld; } .listing_code .programlisting .function { color: #000000; font-weight: bo ld; }
.listing_code .programlisting .function a { color: #11326b; font-weight: bo ld; } /* tango: sky blue 4 */ .listing_code .programlisting .function a { color: #11326b; font-weight: bo ld; } /* tango: sky blue 4 */
.listing_code .programlisting .keyword { color: #4e9a06; } /* tango: cha meleon 3 */ .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: cha meleon 3 */
.listing_code .programlisting .linenum { color: #babdb6; } /* tango: alu minium 3 */ .listing_code .programlisting .linenum { color: #babdb6; } /* tango: alu minium 3 */
.listing_code .programlisting .normal { color: #000000; } .listing_code .programlisting .normal { color: #000000; }
.listing_code .programlisting .number { color: #75507b; } /* tango: plu m 2 */ .listing_code .programlisting .number { color: #75507b; } /* tango: plu m 2 */
 End of changes. 3 change blocks. 
1 lines changed or deleted 10 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/