1
0
Fork 0
forked from 0x2620/oxjs

improve design patterns example

This commit is contained in:
rolux 2012-06-25 20:40:14 +02:00
commit c6bf7ac770
2 changed files with 46 additions and 118 deletions

View file

@ -1,6 +1,9 @@
.OxMyBox {
float: left;
}
.OxMyBox .OxMyText {
padding: 4px;
}
.OxMyInvertibleBox {
cursor: pointer;
}