mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 01:25:08 +02:00
Firefox CSS fixes, Issue #9 thanks Frode Austvik
This commit is contained in:
parent
cae36e1301
commit
e2b805763d
4 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue