模板:Internet Explorer version table/styles.css
跳转到导航
跳转到搜索
.version-unavailable {
background: #F99;
}
.version-available {
background: #FFB;
}
.version-preinstalled {
background: #9F9;
}
.version-legend-vertical {
float: right;
}
.version-legend-vertical .version-legend-title {
display: none;
}
.version-legend-vertical span {
display: block;
}
.version-legend-title {
font-weight: bold;
}
.version-legend-square {
display: inline-block;
height: 1em;
width: 1em;
margin-right: 0.3em;
vertical-align: text-bottom;
border: 1px solid #aaa;
}
.version-legend-horizontal .version-legend-square {
margin-left: 1em;
}