mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-23 12:15:50 +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;
|
||||
}
|
||||
|
||||
|
||||
/* 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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue