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

편집 요약 없음
잔글편집 요약 없음
7번째 줄: 7번째 줄:
max-height: 600px;
max-height: 600px;
}
}
#media print {
 
@media print {
   a[href]:after {
   a[href]:after {
     content: normal;
     content: normal;
   }
   }
}
}

2015년 7월 18일 (토) 23:05 판

body { 
font-size: 14px;
font-family: 'Noto Sans';
}

#libre_right_toc {
max-height: 600px;
}

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