fbootstrapp icon indicating copy to clipboard operation
fbootstrapp copied to clipboard

HTML, CSS, and JS toolkit for facebook apps

Results 20 fbootstrapp issues
Sort by recently updated
recently updated
newest added

Any plans to update to BS 3?

This took me forever to find! This will work fine: <!DOCTYPE html> <head> <title>Test me</title> <script src="http://code.jquery.com/jquery-1.7.min.js"></script> <script src="/assets/fbootstrap/js/bootstrap-twipsy.js"></script> </head><body></body></html> Where as this will not: <!DOCTYPE html> <head> <title>Test me</title>...

Hi, I'm building a Facebook canvas app and I'd like to use facebook-like design. I've found this great library but I'm not sure if Facebook allows the canvas app to...

Runtime of lessc utility. third parameter is not defined in mixin. Found that when used fbootstrapp(less variant) with my nodejs project. Parser error on line 1026

I added a pager for the table in fbootstrapp. Add the tablesorter to your table as usual, and a ``` ``` directly after your table declaration. Then hook it up...

Actually ends up being 808px to handle 12 49px columns with 20px gutters. No other clean alternatives to hit exactly 810px

Not sure if this can be classified as an issue per say, but isn't the Facebook content centered in a container of width 940px by default as opposed to 740px....

I'm not sure if this is a feasible request or not, but bootstrap 2.0 has been released (twitter's version). is it worth it to re-base this repo on the updated...

Hi, I have a issue with scrolling, not work. I use just css. i pus css in file. i added into my page. ``` // rest of code ``` and...