/* don't use floating for smaller screens */ .md-float-left .col-sm-8, .md-float-left .col-sm-4, .md-float-left .col-sm-2 { width: 100%; max-width: !important; min-width: 100%; } .md-float-right .col-sm-8, .md-float-right .col-sm-4, .md-float-right .col-sm-2...
well, that's completely different - adding the directory to your $PATH doesn't automatically create the directory. Sure, technically, it's an error to include a non-existent directory in your $PATH, but there's nothing to stop you doing it. There may be an even bigger problem, though -...