[Blog] Tistory 의 hELLO 스킨: 글머리기호 글 들여쓰기

2024. 12. 16. 16:41·Computer/Blog, Markdown, Latex
728x90
728x90

hELLO 4.10.1 기준으로
bullet형식으로 기재한 글이 여러 줄을 차지하게 길어지면 들여쓰기가 안 됨.

 

해결책은 다음과 같음.


css에서 menu로 검색하고 아래 부분에 li에 대한 스타일을 다음과 같이 추가:

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
dsaint31: 글머리기호 들여쓰기
*/
li{
  list-style: none;
  margin-left: 0;
}

 

#article .contents\_style ol 로 검색하여 margin-left: 2rem을 추가.

#article .contents_style ol[data-ke-list-type],
#article .contents_style ul[data-ke-list-type] {

  margin-top: 1.25rem;

  margin-bottom: 1.25rem;

  display: flex;

  list-style-position: inside;

  flex-direction: column;
  margin-left: 2rem; //dsaint31 글머리기호 들여쓰기
  row-gap: 0.25rem
}

 

 

'Computer > Blog, Markdown, Latex' 카테고리의 다른 글

Tistory: 설정 202501  (0) 2025.01.02
Tistory에 수식 넣기  (0) 2021.09.07
MARKDOWN 문법  (0) 2021.09.07
'Computer/Blog, Markdown, Latex' 카테고리의 다른 글
  • Tistory: 설정 202501
  • Tistory에 수식 넣기
  • MARKDOWN 문법
dsaint31x
dsaint31x
    반응형
    250x250
  • dsaint31x
    Dsaint31's blog
    dsaint31x
  • 전체
    오늘
    어제
    • 분류 전체보기 (742)
      • Private Life (13)
      • Programming (188)
        • DIP (106)
        • ML (26)
      • Computer (119)
        • CE (53)
        • ETC (33)
        • CUDA (3)
        • Blog, Markdown, Latex (4)
        • Linux (9)
      • ... (351)
        • Signals and Systems (103)
        • Math (172)
        • Linear Algebra (33)
        • Physics (42)
        • 인성세미나 (1)
      • 정리필요. (54)
        • 의료기기의 이해 (6)
        • PET, MRI and so on. (1)
        • PET Study 2009 (1)
        • 방사선 장해방호 (4)
        • 방사선 생물학 (3)
        • 방사선 계측 (9)
        • 기타 방사능관련 (3)
        • 고시 (9)
        • 정리 (18)
      • RI (0)
      • 원자력,방사능 관련법 (2)
  • 블로그 메뉴

    • Math
    • Programming
    • SS
    • DIP
  • 링크

    • Convex Optimization For All
  • 공지사항

    • Test
    • PET Study 2009
    • 기타 방사능관련.
  • 인기 글

  • 태그

    opencv
    Programming
    function
    Vector
    Probability
    signals_and_systems
    Optimization
    math
    인허가제도
    fourier transform
    SS
    Python
    Convolution
    SIGNAL
    numpy
    DIP
    signal_and_system
    Term
    linear algebra
    random
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
dsaint31x
[Blog] Tistory 의 hELLO 스킨: 글머리기호 글 들여쓰기
상단으로

티스토리툴바