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

편집 요약 없음
편집 요약 없음
11번째 줄: 11번째 줄:
}
}


aside {
display: none;
}
.Liberty .content-wrapper .liberty-content {
margin-right: 0;
}
<!-- 테스트 -->
<!-- 테스트 -->

2017년 5월 28일 (일) 00:14 판

 @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

body { 
 font-family: 'Noto Sans KR'
}

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

aside {
	display: none;
}
.Liberty .content-wrapper .liberty-content {
	margin-right: 0;
}
<!-- 테스트 -->