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

여러분의 안과학 사전, 아이누리!
둘러보기로 이동 검색으로 이동
잔글편집 요약 없음
잔글편집 요약 없음
4번째 줄: 4번째 줄:
     position: relative;
     position: relative;
     width:100%;
     width:100%;
max-height:300px;
    color:grey;
color:#AAAAAA;
}
}
body .externalimage-div img {
body .externalimage-div img {

2022년 2월 12일 (토) 15:04 판

/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */

body .externalimage-div {
    position: relative;
    width:100%;
    color:grey;
}
body .externalimage-div img {
    width: 100%;
    height: auto;
}