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

누리위키, 온 누리의 백과사전
(새 문서: CSS placed here will affect users of the Timeless skin: .wikitable{ display:block; overflow-x:auto; })
 
잔글
1번째 줄: 1번째 줄:
 
/* CSS placed here will affect users of the Timeless skin */
 
/* CSS placed here will affect users of the Timeless skin */
 +
@media screen and (max-width: 600px) {
 
.wikitable{
 
.wikitable{
 
display:block;
 
display:block;
 
overflow-x:auto;
 
overflow-x:auto;
 +
}
 
}
 
}

2019년 1월 11일 (금) 12:37 판

/* CSS placed here will affect users of the Timeless skin */
@media screen and (max-width: 600px) {
.wikitable{
	display:block;
	overflow-x:auto;
}
}