A RetroSearch Logo

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

Search Query:

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

E052 · twbs/bootlint Wiki · GitHub

.pull-right and .pull-left classes, and manual style attributes with float: left or float: right are not allowed on .row elements

The grid already uses CSS floats to work, so manually applying floats like this will break the way the grid works.

Wrong:

<div class="row pull-right">
<div class="row" style="float: left;">
Bootlint v1.x (Bootlint for Bootstrap v4 and newer) .float-right and .float-left classes, and manual style attributes with float: left or float: right are not allowed on .row elements

Wrong:

<div class="row float-right">
<div class="row" style="float: left;">

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