mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
34 lines
603 B
HTML
34 lines
603 B
HTML
|
<?xml version="1.0"?>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
<![CDATA[
|
||
|
@namespace pp url("prettyprint");
|
||
|
pp|expander-box,
|
||
|
pp|pre-content {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
pp|expander-box[collapsed] > pp|float,
|
||
|
pp|expander-box[collapsed] > pp|pre-content {
|
||
|
display: inline;
|
||
|
float: none;
|
||
|
}
|
||
|
|
||
|
pp|float {
|
||
|
float: left;
|
||
|
}
|
||
|
]]></style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div>
|
||
|
<pp:content xmlns:pp="prettyprint">
|
||
|
<pp:expander-box collapsed="collapsed"><pp:float>-</pp:float>
|
||
|
<pp:pre-content>pre</pp:pre-content>
|
||
|
</pp:expander-box>
|
||
|
</pp:content>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|