mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
Firefox CSS tweaks Issue #53
This commit is contained in:
parent
bd62fa735e
commit
956d559697
3 changed files with 31 additions and 1 deletions
|
@ -1026,8 +1026,23 @@ div.gitDemonstrationView {
|
||||||
background: #9bcbeb;
|
background: #9bcbeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Go Home Firefox, you're drunk */
|
/* Go Home Firefox, you're drunk */
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
|
div.wrapper.box.vertical {
|
||||||
|
-moz-box-flex: 3;
|
||||||
|
box-flex: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.toolbar.level-toolbar.box.vertical.center.transitionAll {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.controls.box.horizontal.justify {
|
||||||
|
left: 0 !important;
|
||||||
|
top: -4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
|
@ -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.61a783f2.css" type="text/css" charset="utf-8">
|
<link rel="stylesheet" href="build/main.c4a547fb.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>
|
||||||
|
|
|
@ -1026,8 +1026,23 @@ div.gitDemonstrationView {
|
||||||
background: #9bcbeb;
|
background: #9bcbeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Go Home Firefox, you're drunk */
|
/* Go Home Firefox, you're drunk */
|
||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
|
div.wrapper.box.vertical {
|
||||||
|
-moz-box-flex: 3;
|
||||||
|
box-flex: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.toolbar.level-toolbar.box.vertical.center.transitionAll {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.controls.box.horizontal.justify {
|
||||||
|
left: 0 !important;
|
||||||
|
top: -4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue