MediaWiki:Common.css:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
第16行: 第16行:


html {
html {
  -webkit-text-size-adjust: none;
-webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
-ms-text-size-adjust: none;
  text-size-adjust: none;
text-size-adjust: none;
}
}


code, pre {
code, pre {
  font-family: Menlo, Consolas, monospace !important;
font-family: Menlo, Consolas, monospace !important;
}
 
.col-3 {
float: left;
width: 33.3333%;
width: calc(100% / 3);
}
}