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

편집 요약 없음
편집 요약 없음
14번째 줄: 14번째 줄:
display: none;
display: none;
}
}
<!--
.Liberty .content-wrapper .liberty-content {
.Liberty .content-wrapper .liberty-content {
margin-right: 0;
margin-right: 0;
}
}
<!-- 테스트 -->
-->

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

 @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;
}
-->