사용자:Mykim5902/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
font-family: 'Noto Sans KR'
}


@media print {
@media print {
14번째 줄: 9번째 줄:
display: none;
display: none;
}
}
<!--
.Liberty .content-wrapper .liberty-content {
margin-right: 0;
}
-->

2017년 5월 30일 (화) 14:06 판

@media print {
   a[href]:after {
     content: normal;
   }
}

aside {
	display: none;
}