mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 08:34:26 +02:00
Resolves #456 firefox css
This commit is contained in:
parent
5b1a9983fd
commit
878d25afbd
1 changed files with 0 additions and 38 deletions
|
@ -1244,41 +1244,3 @@ 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%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#commandLineBar {
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
#interfaceWrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div.canvasTerminalHolder > div.terminal-window-holder {
|
||||
height: 80%;
|
||||
margin: 7% 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue