phaser/v2/docs/styles/default.css

27 lines
367 B
CSS
Raw Normal View History

2014-11-15 20:01:46 +00:00
/**
Default styles for some custom classes.
Change with theme as appropriate..
*/
.deprecated-notice {
border: 2px solid rgb(255, 238, 238);
padding: 10px;
margin-bottom: 10px;
}
.toc-deprecated {
text-decoration: line-through;
}
.returns-type {
float: left;
padding-right: 10px;
}
.returns-desc {
}
dt a {
font-weight: normal;
}