mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
12 lines
191 B
HTML
12 lines
191 B
HTML
<!doctype html>
|
|
<style>
|
|
div {
|
|
border-width: 0 27px 0 27px;
|
|
border-style: solid;
|
|
border-image: url("reticule.png") 27 fill round;
|
|
width: 216px;
|
|
height: 108px;
|
|
}
|
|
</style>
|
|
<div></div>
|