wider instructions column in all 2-column layouts
This commit is contained in:
@ -6,7 +6,7 @@ block content
|
|||||||
link(rel='stylesheet', href='/css/ubuntu.css')
|
link(rel='stylesheet', href='/css/ubuntu.css')
|
||||||
include ../partials/flyer
|
include ../partials/flyer
|
||||||
.row
|
.row
|
||||||
.col-md-4.col-lg-3
|
.col-md-4
|
||||||
.scroll-locker(id = "scroll-locker")
|
.scroll-locker(id = "scroll-locker")
|
||||||
.innerMarginFix(style=' width: 99%')
|
.innerMarginFix(style=' width: 99%')
|
||||||
#testCreatePanel
|
#testCreatePanel
|
||||||
@ -56,7 +56,7 @@ block content
|
|||||||
#testSuite
|
#testSuite
|
||||||
br
|
br
|
||||||
|
|
||||||
.col-md-8.col-lg-9
|
.col-md-8
|
||||||
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
|
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
|
||||||
#mainEditorPanel
|
#mainEditorPanel
|
||||||
form.code
|
form.code
|
||||||
|
@ -6,7 +6,7 @@ block content
|
|||||||
link(rel='stylesheet', href='/css/ubuntu.css')
|
link(rel='stylesheet', href='/css/ubuntu.css')
|
||||||
include ../partials/flyer
|
include ../partials/flyer
|
||||||
.row
|
.row
|
||||||
.col-md-4.col-lg-3
|
.col-md-4
|
||||||
.scroll-locker(id = "scroll-locker")
|
.scroll-locker(id = "scroll-locker")
|
||||||
.innerMarginFix(style = "width: 99%;")
|
.innerMarginFix(style = "width: 99%;")
|
||||||
#testCreatePanel
|
#testCreatePanel
|
||||||
@ -56,7 +56,7 @@ block content
|
|||||||
br
|
br
|
||||||
#testSuite
|
#testSuite
|
||||||
br
|
br
|
||||||
.col-md-8.col-lg-9
|
.col-md-8
|
||||||
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
|
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
|
||||||
#mainEditorPanel
|
#mainEditorPanel
|
||||||
form.code
|
form.code
|
||||||
|
Reference in New Issue
Block a user