본문으로 이동

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

잔글편집 요약 없음
잔글편집 요약 없음
 
49번째 줄: 49번째 줄:
body p { text-indent:0.5em; }
body p { text-indent:0.5em; }


body .externalimage-div {
.externalimage {
     position: relative;
     position: relative;
     width:100%;
     width:auto;
    max-width:100%;
    line-height:150%;
    text-align:left;
}
}
body .externalimage-div img {
 
.externalimage img {
    height: auto;
     max-width:100%;
     max-width:100%;
     height: auto;
     max-height: 600px;
    clip: rect(10, 10, 10, 10);
    margin-bottom:5px;
}
}