How can I get an inset title for well in Twitter Bootstrap? -
i using twitter bootstrap styling , trying replicate group box title in twitter bootstrap uses on documentation pages.
i can find css, there javascript involved here put "example" text dom. ideally ability have div styles image supply title such "my title" can vary "example".
has got suggestions?
seems missed css class added content!! if want achieve result include following css:
.group-example:after { background-color: #f5f5f5; border: 1px solid #dddddd; border-radius: 4px 0 4px 0; color: #9da0a4; content: "example"; font-size: 12px; font-weight: bold; left: -1px; padding: 3px 7px; position: absolute; top: -1px; } .group-example { background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px 4px 4px 4px; margin: 15px 0; padding: 39px 19px 14px; position: relative; }
Comments
Post a Comment