Skip to main content

All Questions

0 votes
1 answer
353 views

why html5boilerplate is stuck to V5.3.0 with old version of all Bootstrap, normalize & modernizr?

I just noticed that when I download html5boilerplate V5.3.0 it comes with Bootstrap v3.3.1 (but Bootstrap v3.3.7 is available) normalize.css v3.0.2 (but normalize.css 7.0.0 is available) modernizr 2.8....
Archi Patel's user avatar
0 votes
2 answers
2k views

Apply CSS normalize / reset to single element and children

I have a plugin that needs to work with multiple themes without inheriting the styles from that theme. I know I can reset all elements using this #element, #element * { -- reset css here --} But ...
ejntaylor's user avatar
  • 2,111
0 votes
1 answer
521 views

Normalize-css on a portion of a page

I am developing a js plugin accessible through user's bookmark. When the user presses the bookmark, the plugin displays a popup with a form allowing him to type and save a note. I would like to apply ...
Simon's user avatar
  • 1,719
1 vote
2 answers
5k views

Im using Normalize css - why does it have 40px padding?

I have downloading the responsive framwework http://996grid.com/ and in the Normalize.css it has default settings of padding: 0 0 0 40px; for various items. for example menu, ol, ul { padding: 0 ...
Paul Designer's user avatar
1 vote
1 answer
936 views

CSS Reset+Normalize?

I’ve been wondering, would there be any huge issues with using both normalize.css and some sort of CSS reset? I’ve been digging around and all the articles I’ve come across only talk abut them in an ...
StephenESC's user avatar