Closed (fixed)
Project:
Bootstrap
Version:
8.x-3.x-dev
Component:
CSS Overrides
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2016 at 15:39 UTC
Updated:
5 Mar 2016 at 23:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
markhalliwellPatches are welcomed.
Comment #3
saurabh.dhariwal commentedPFA patch for the same with attached screenshots.
I have incorporated changes in Body and header section.
Comment #4
markhalliwellDon't change the minified CSS files (as indicated by ./css/README.md). These are automatically compiled from
starterkits/less/less/overrides.lessby the maintainers.Comment #5
psebborn commentedComment #6
psebborn commentedI've moved the margin-top into a media query from tablet view (as wider than that it should still have the top margin).
I moved the variable declarations for the media queries to the top of the file so I can use them in the body rule - would appreciate a review of this to see if it's done the right way :)
Comment #7
psebborn commentedComment #8
platinum1 commentedWorks on iOS devices. Don't have Android to test...
Comment #10
neardark commentedThank you!