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

@ -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!

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;
}

View file

@ -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>

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;
}