Skip to content

syntax correction #5

Open
jwieder wants to merge 3 commits intodragdropsite:masterfrom
jwieder:master
Open

syntax correction #5
jwieder wants to merge 3 commits intodragdropsite:masterfrom
jwieder:master

Conversation

@jwieder
Copy link

@jwieder jwieder commented Aug 13, 2015

this pull request fixes three small syntactical issues. The validity of the corrections can be confirmed using bootlint - the specific issues resolved are: 1. replacing a child object of a row with a column 2. removal of a Bootstrap v2 .spanN grid class reference and 3. replacing button and input sizing within an input-group with input-group sizing.

replaced span12, a reference EOL'd from bootstrap v2 to bootstrap v3. even if span12 were still available, it was a child of a row, and as such a column was necessary (only columns can be children of rows)
 replaced button and input sizing within an input-group with input group sizing class input-group-lg
replaced button and input sizing within an input-group with input group sizing class input-group-lg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments