mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-14 15:08:34 +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:
|
Also huge shoutout for everyone who has put up a pull request that was pulled:
|
||||||
|
|
||||||
|
* Aaron Schrab - 3x!!
|
||||||
* Stephen Cavaliere
|
* Stephen Cavaliere
|
||||||
* Andrew Ardill
|
* Andrew Ardill
|
||||||
* Shao-Chung Chen
|
* Shao-Chung Chen
|
||||||
|
@ -62,6 +63,7 @@ Also huge shoutout for everyone who has put up a pull request that was pulled:
|
||||||
* Hamish Macpherson
|
* Hamish Macpherson
|
||||||
* Cameron Wills
|
* Cameron Wills
|
||||||
* Johan ("josso")
|
* Johan ("josso")
|
||||||
|
* Frode Austvik
|
||||||
|
|
||||||
Or reported an issue that was successfully closed!
|
Or reported an issue that was successfully closed!
|
||||||
|
|
||||||
|
|
|
@ -827,9 +827,14 @@ div.levelIcon.solved div.index div.indexNum {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.gitDemonstrationView {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
.gitDemonstrationView > div.demonstrationText {
|
.gitDemonstrationView > div.demonstrationText {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
|
max-width: 450px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
|
@ -13,7 +13,7 @@
|
||||||
<meta property="og:image" content="http://pcottle.github.com/learnGitBranching/assets/learnGitBranching.png"/>
|
<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!"/>
|
<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">
|
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -827,9 +827,14 @@ div.levelIcon.solved div.index div.indexNum {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.gitDemonstrationView {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
.gitDemonstrationView > div.demonstrationText {
|
.gitDemonstrationView > div.demonstrationText {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
|
max-width: 450px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue