You are viewing an old version of this page. Return to the latest version.
m |
m |
/* CSS placed here will be applied to all skins */
h2 { border-bottom: 1px solid rgb(51, 51, 51); padding-bottom: 2px; }
margin: 3em 0;
}
border-bottom: 0; }
.bs-layout-container-banner img { max-width: 100%; height: auto; }
.floatnone { margin: 2em 0; }
.bs-layout-box .bs-layout-box-image img { height: auto; }
/* CSS placed here will be applied to all skins */
h2 {
border-bottom: 1px solid rgb(51, 51, 51);
padding-bottom: 2px;
}
#toc {
margin: 3em 0;
}
#toc h2 {
border-bottom: 0;
}
.bs-layout-container-banner img {
max-width: 100%;
height: auto;
}
.floatnone
{
margin: 2em 0;
}
.bs-layout-box .bs-layout-box-image img {
height: auto;
}| Line 16: | Line 16: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
| + | } | ||
| + | |||
| + | .floatnone | ||
| + | { | ||
| + | margin: 2em 0; | ||
} | } | ||