I hereby claim:
- I am jedifreeman on github.
- I am jedifreeman (https://keybase.io/jedifreeman) on keybase.
- I have a public key whose fingerprint is C5DB 9F02 C288 3C38 6C7C 7A99 B346 FC5C 0B13 5A75
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| When playing around with dashing, I wanted to create a dashboard with | |
| several small tiles as the base size for the gridster, and then set up | |
| larger tiles for larger pieces of content. In doing so I discovered that | |
| if I set the data-sizex larger than 6 on one of my tiles, its layout | |
| becomes totally borked. | |
| For an example, please see this screenshot: http://i.imgur.com/Qfpgl8N.png | |
| this screenshot is in Firefox (current stable) but also occurs all other | |
| current stable browsers (except of course IE since IE does not work at all). |
| ================================== | |
| My Initializer - themes.rb: | |
| ---------------------------------- | |
| ThemesForRails.config do |config| | |
| config.themes_dir = "assets" | |
| config.assets_dir = "app/assets/themes" | |
| config.views_dir = "app/views/themes" | |
| end | |
| ================================== |