mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00: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>
|