A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/twbs/bootlint/wiki/E024 below:

E024 · twbs/bootlint Wiki · GitHub

.panel-heading must have a .panel parent

A .panel-heading must be a direct child of its .panel. No levels of intervening elements are permitted between the .panel-heading and the .panel.

Wrong:

<div class="panel panel-default">
  <div class="my-super-special-wrapper">
    <div class="panel-heading">Panel heading without title</div>
  </div>
  <div class="panel-body">
    Panel content
  </div>
</div>

Right:

<div class="panel panel-default">
  <div class="panel-heading">Panel heading without title</div>
  <div class="panel-body">
    Panel content
  </div>
</div>
Bootlint v1.x (Bootlint for Bootstrap v4 and newer) .card-header must have a .card ancestor

A .card-header must be a child of a .card.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4