UWMadisonUcomm / uw-ui-toolkit

A web front-end toolkit based on Bootstrap for designing and developing modern, mobile-first websites for the University of Wisconsin-Madison
Apache License 2.0
16 stars 15 forks source link

Don't put margin on container-fluid #77

Closed nacengineer closed 9 years ago

nacengineer commented 9 years ago

You're adding a top-margin component to container-fluid

  .container-fluid {
      margin-top: 50px;
    }

Why that's a bad idea on such a global class.

https://www.evernote.com/shard/s3/sh/14c08404-7254-48c0-b818-48c8b350076f/b16cc6477283c9d0471ea5ff3f88ba41

nacengineer commented 9 years ago

I think this has already been fixed. Closing