mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
17 lines
356 B
HTML
17 lines
356 B
HTML
<html>
|
|
<head>
|
|
<title>redhat.com | Home</title>
|
|
<style>
|
|
#navWrap:after { content: "."; display: block; clear: both; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="navWrap">
|
|
<div style="float: left;">
|
|
foo
|
|
</div>
|
|
</div>
|
|
<img src="../../../testing/crashtest/images/tree.gif" style="float: right;">
|
|
</body>
|
|
</html>
|