59 lines
694 B
CSS
59 lines
694 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;
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
.bpRelated:hover {
|
|
color: #000 !important;
|
|
}
|