"미디어위키:Common.css"의 두 판 사이의 차이

이게위키
(내용을 "body { --font-family-sans-serif: 'Nanum Gothic', sans-serif; --font-family-monospace: 'Nanum Gothic Coding', monospace; }"(으)로 바꿈)
태그: 대체됨
 
2번째 줄: 2번째 줄:
 
--font-family-sans-serif: 'Nanum Gothic', sans-serif;
 
--font-family-sans-serif: 'Nanum Gothic', sans-serif;
 
--font-family-monospace: 'Nanum Gothic Coding', monospace;
 
--font-family-monospace: 'Nanum Gothic Coding', monospace;
 +
}
 +
 +
#msupload-dropzone {
 +
height: 35px;
 
}
 
}

2019년 8월 20일 (화) 06:32 기준 최신판

body {
	--font-family-sans-serif: 'Nanum Gothic', sans-serif;
	--font-family-monospace: 'Nanum Gothic Coding', monospace;
}

#msupload-dropzone {
	height: 35px;
}