oxjs/examples/ui/widget_design_patterns/css/example.css

6 lines
73 B
CSS
Raw Normal View History

2012-06-25 14:39:31 +00:00
.OxMyBox {
float: left;
}
.OxMyInvertibleBox {
cursor: pointer;
2012-05-28 14:38:16 +00:00
}