r=sharparrow1, sr=roc git-svn-id: svn://10.0.0.236/trunk@229788 18797224-902f-48f8-a5cc-f745e15eee43
17 lines
272 B
HTML
17 lines
272 B
HTML
<html>
|
|
<style type="text/css">
|
|
div.test {
|
|
background-color: red;
|
|
margin: 5em;
|
|
-moz-border-radius: 10px;
|
|
}
|
|
|
|
div > div {
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="test"><div> </div></div>
|
|
</body>
|
|
</html>
|