Firefox CSS tweaks Issue #53

This commit is contained in:
Peter Cottle 2013-02-24 01:22:33 -08:00
parent bd62fa735e
commit 956d559697
3 changed files with 31 additions and 1 deletions

View file

@ -1026,8 +1026,23 @@ div.gitDemonstrationView {
background: #9bcbeb;
}
/* Go Home Firefox, you're drunk */
@-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 {
display: block;
width: 100%;

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.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">
</head>
<body>

View file

@ -1026,8 +1026,23 @@ div.gitDemonstrationView {
background: #9bcbeb;
}
/* Go Home Firefox, you're drunk */
@-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 {
display: block;
width: 100%;