openseadragon/test/test.css
Antoine Vandecreme 3e5a9b52c9 Rollback basic.html and create coordinates.html.
Fix unit tests.
Fix documentation.
2013-10-05 10:21:12 -04:00

20 lines
216 B
CSS

#example {
height: 500px;
width: 500px;
}
#wideexample {
height: 300px;
width: 700px;
}
#tallexample {
height: 700px;
width: 300px;
}
#unitsexample {
height: 500px;
width: 500px;
}