메모 내 테이블의 여백 조정(Sphinx)

1439 단어 Sphinxtech
주석의 표 왼쪽 아래에 공백이 없기 때문에 조정합니다.
before
a1fd1b19cfdadd454650_01
after
a1fd1b19cfdadd454650_02
4_static 추가 css 파일을 만듭니다. 4conf.py로드
add_style.css
div[class^="admonition"] table {
  margin-left: 1em;
  margin-bottom: 1em !important;
}
conf.py
def setup(app):
    app.add_css_file('add_style.css')

좋은 웹페이지 즐겨찾기