8000 [IMP] General layout, minor · harthe/documentation-user@f61ee38 · GitHub
[go: up one dir, main page]

Skip to content

Commit f61ee38

Browse files
stefanoriganomart-e
authored andcommitted
[IMP] General layout, minor
1 parent 82f7ea9 commit f61ee38

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

_extensions/odoo/static/layout.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ main{
114114
}
115115
article.doc-body {
116116
background: @doc_paper;
117-
padding-right: 30px;
118-
padding-left: 30px;
117+
padding: 30px;
119118
@media (min-width: @w-size-medium) {
120119
width: 75%;
121120
&.doc-toc {

_extensions/odoo/static/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8592,8 +8592,7 @@ main aside {
85928592
}
85938593
main article.doc-body {
85948594
background: #ffffff;
8595-
padding-right: 30px;
8596-
padding-left: 30px;
8595+
padding: 30px;
85978596
}
85988597
@media (min-width: 992px) {
85998598
main article.doc-body {

0 commit comments

Comments
 (0)
0