사용자:Senior9324/newiwiki.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
9번째 줄: 9번째 줄:
}
}
img {
img {
   max-width: auto;
   max-width: none;
}
}

2015년 5월 9일 (토) 17:52 판

html, body, .mw-body {
  font-family: 'Noto Sans CJK';
}
#mw-content-text h1 > .mw-headline {
  border: 1px solid red;
}
.wikitable {
  table-layout: auto;
}
img {
  max-width: none;
}