it/itf/static/css/bestpractices.css
2011-04-18 19:06:11 +05:30

54 lines
605 B
CSS

#bpTabs ul li {
list-style-type: none;
font-size: 16px;
padding: 6px;
float: left;
}
#bpTabs ul {
margin: 0;
padding: 0;
}
#bpTabs ul li a {
text-decoration: none;
font-weight: bold;
}
.bpItem {
margin-bottom: 6px;
}
.glossaryTerm {
font-weight: bold;
}
h3 {
margin: 0;
padding: 0;
}
.bpContent {
margin-top: 10px;
}
.bpContent a {
text-decoration: none;
font-weight: bold;
}
.bpAjax {
margin-top: 6px;
}
.itfInfoSub {
font-weight: bold;
}
.bpRelated {
color: #393939 !important;
font-weight: normal !important;
font-style: italic;
margin-left: 12px;
}