mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
321 B
HTML
24 lines
321 B
HTML
|
<html>
|
||
|
<head>
|
||
|
|
||
|
<style>
|
||
|
#container {
|
||
|
-moz-column-count: 3;
|
||
|
}
|
||
|
#right {
|
||
|
float: right;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://weblogs.mozillazine.org/roc/atom.xml" />
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div id="container">X<div id="right"></div></div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|