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

미미위키
3번째 줄: 3번째 줄:
 
clear:both;
 
clear:both;
 
text-align:center;
 
text-align:center;
  position: relative;
+
position: relative;
  display: inline-block;
+
/*display: inline-block;*/
 
}
 
}
  

2015년 4월 21일 (화) 06:23 판

/* [[MediaWiki:Edittools]] 편집 입력 도구의 버튼 */
.buttonline {
clear:both;
text-align:center;
position: relative;
/*display: inline-block;*/
}

.edittools_outer
{
  display: table;
  width: 100%;
  height: 100%;
}

.edittools_inner
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}