Firefox CSS fixes, Issue #9 thanks Frode Austvik

This commit is contained in:
Peter Cottle 2013-02-20 20:18:13 -08:00
parent cae36e1301
commit e2b805763d
4 changed files with 13 additions and 1 deletions

View file

@ -827,9 +827,14 @@ div.levelIcon.solved div.index div.indexNum {
width: 50%;
}
div.gitDemonstrationView {
width:100%;
}
.gitDemonstrationView > div.demonstrationText {
margin-right: 10px;
max-height: 400px;
max-width: 450px;
overflow-y: scroll;
overflow-x: hidden;
}