mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
increase toc width
This commit is contained in:
parent
054c27d91b
commit
82adcd9d61
@ -6,7 +6,7 @@
|
|||||||
$separator: #CCCCCC
|
$separator: #CCCCCC
|
||||||
|
|
||||||
$size_body_width: 60em
|
$size_body_width: 60em
|
||||||
$size_toc_width: 150px
|
$size_toc_width: 250px
|
||||||
|
|
||||||
$color_a: #569633
|
$color_a: #569633
|
||||||
$color_bg: #F9F9F9
|
$color_bg: #F9F9F9
|
||||||
|
|||||||
@ -116,7 +116,7 @@ div.container {
|
|||||||
#contents.sidebar {
|
#contents.sidebar {
|
||||||
float: right;
|
float: right;
|
||||||
border-left: 1px solid #bbbbbb;
|
border-left: 1px solid #bbbbbb;
|
||||||
width: 150px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
/* line 63, ../../css/style.sass */
|
/* line 63, ../../css/style.sass */
|
||||||
#contents.sidebar ul {
|
#contents.sidebar ul {
|
||||||
@ -130,7 +130,7 @@ p.topic-title {
|
|||||||
|
|
||||||
/* line 69, ../../css/style.sass */
|
/* line 69, ../../css/style.sass */
|
||||||
div.section {
|
div.section {
|
||||||
margin-right: 170px;
|
margin-right: 270px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 72, ../../css/style.sass */
|
/* line 72, ../../css/style.sass */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user