mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-14 06:58:56 +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
|
@ -53,6 +53,7 @@ A big shoutout to these brave souls for extensively testing our sandbox and find
|
|||
|
||||
Also huge shoutout for everyone who has put up a pull request that was pulled:
|
||||
|
||||
* Aaron Schrab - 3x!!
|
||||
* Stephen Cavaliere
|
||||
* Andrew Ardill
|
||||
* Shao-Chung Chen
|
||||
|
@ -62,6 +63,7 @@ Also huge shoutout for everyone who has put up a pull request that was pulled:
|
|||
* Hamish Macpherson
|
||||
* Cameron Wills
|
||||
* Johan ("josso")
|
||||
* Frode Austvik
|
||||
|
||||
Or reported an issue that was successfully closed!
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -13,7 +13,7 @@
|
|||
<meta property="og:image" content="http://pcottle.github.com/learnGitBranching/assets/learnGitBranching.png"/>
|
||||
<meta property="og:description" content="A interactive Git visualization tool to educate and challenge!"/>
|
||||
|
||||
<link rel="stylesheet" href="build/main.ddc18834.css" type="text/css" charset="utf-8">
|
||||
<link rel="stylesheet" href="build/main.657245d8.css" type="text/css" charset="utf-8">
|
||||
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -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