mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
ecf9454841
--HG-- extra : rebase_source : 06899c9162b0b30f890385fd4caa3f4cd22ecf48
11 lines
171 B
HTML
11 lines
171 B
HTML
<!doctype html>
|
|
<style>
|
|
div {
|
|
border-width: 27px 27px 27px 0;
|
|
-moz-border-image: url("reticule.png") 27 round;
|
|
width: 216px;
|
|
height: 108px;
|
|
}
|
|
</style>
|
|
<div></div>
|