mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
26 lines
367 B
CSS
26 lines
367 B
CSS
/**
|
|
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;
|
|
}
|