Skeleton
Skeleton copied to clipboard
Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development
Addresses the problem already mentioned in Pull Request #270 and #283: Offset in columns only works properly when applied to the first column, otherwise the left margin is 4% too...
I have build a Drupal theme base on this project, and it will be nice if we can added in the extension part of the readme. https://www.drupal.org/project/light_skeleton
The size of the phone is way too large - like unnecessarily huge. Size it appropriately you fool.
-.phone class max-width changed from 80% to 50% -added max-width 50% to .phone + .phone selector
I was wondering if there could be any possible advantages of using calc() instead of the percentages with twelve or so decimals. They have widespread browser support and would allow...
We were seeing some funky styling on buttons in iOS 8 on the iPad and tracked it down to the fact that skeleton isn't applying the same `-webkit-appearance: none` fix...
Hi -- the following Skeleton 1.0 code is not working properly with Skeleton 2.0... what changes should I do to it to make it work properly. (It consists of a...
I have the following code: `````` PLay Area ``` it's creating gap between 2 DIVs. As you can in image, there is a gap between black and Red DIV. ![screen...
The 62.5% workaround is a thing of the past and shouldn't be used anymore, for a lot of reasons. Are you interested in getting rid of it?
Hi, I'm using your grid, but there's a css rule that is breaking the offset-by-\* classes. The ``` /* For devices larger than 550px */ @media (min-width: 550px) { .container...