XhmikosR
4b76127723
Update JSHint rules.
...
Enabled:
* `immed`
* `newcap`
* `latedef`
Removed:
* `boss`
* `laxbreak`
* `validthis`
Also move `bitwise` to fingerblast.js since that's where it's only needed.
11 years ago
XhmikosR
1e88a8ad5c
Enable `curly` rule.
11 years ago
Zlatan Vasović
26eeadc064
Enable JS strict mode.
11 years ago
XhmikosR
53180e031f
Fix JSHint warnings.
11 years ago
connors
5f99ba2f1b
fix invalid css and remove border-top from ios footers
11 years ago
Zlatan Vasović
4522e7dff1
Remove duplicate `:before` content.
...
`toggles.scss` has the same `:before` styles.
Close #402 .
11 years ago
connors
c960a30301
fixing it up a bit for mobile
11 years ago
connors
4b0cdb6e75
build
11 years ago
connors
8ee182f97b
cleanup
11 years ago
connors
8a700307a0
writing the history section.
11 years ago
connors
c70ad82856
adding the about page and refining the team section.
11 years ago
connors
53c2022f76
adding the team section.
11 years ago
connors
1107d19cb2
blocking in the content and nav
11 years ago
Chris Rebert
65676020fe
use protocol-relative URL for Roboto font in app-android-notes example
11 years ago
XhmikosR
131eacc88c
Switch to using protocol relative URLs.
...
The docs won't work via `file://` anyway.
11 years ago
XhmikosR
54975982c5
Remove `www` from GitHub URL.
11 years ago
XhmikosR
ec550fe264
Use the same twitter link everywhere.
11 years ago
Christian
f536b08a91
remove www. from twitter URL in template.html
...
No need for www. in the twitter URL (will be removed anyway so will save a HTTP redirect).
Close #411 .
11 years ago
XhmikosR
aef4e00c29
Show a warning when the user is on IE < 9.
...
Use the same alert as in Bootstrap docs.
11 years ago
XhmikosR
638472320a
Remove IE < 9 workarounds from docs.
11 years ago
connors
3760f4c0b3
run grunt
11 years ago
XhmikosR
2b29cbf60b
Organize dist folder more.
...
Fix #407 .
11 years ago
connors
0bd38ba165
removing more
11 years ago
connors
82e1244649
moving the template to the docs and deleting the touch icons for now.
11 years ago
XhmikosR
9731fd634d
Update docs.scss too for PR #348 and run `grunt`.
11 years ago
XhmikosR
ce02ba3ce6
Run `grunt`.
11 years ago
connors
28f682616c
getting rid of old classes in the markup
11 years ago
connors
1a17c088b1
adding back some css
11 years ago
connors
10097d6ac1
remove unneed grid
11 years ago
Zlatan Vasović
8b14a0c2e2
Move Ratchicons to fonts/
...
Fixes #391
Closes #393
11 years ago
connors
b3a85b120c
getting rid of unused css in docs.scss
11 years ago
Chris Rebert
84138a59c4
fix #273 by documenting project's directory structure
11 years ago
Zlatan Vasović
64c52f3e5b
Use the minified assets in the examples
11 years ago
Zlatan Vasović
3a649b686c
Minify theme files
11 years ago
Zlatan Vasović
8063070cae
Insert final newlines
11 years ago
Zlatan Vasović
9e9b8c5cd6
Remove Typekit script
11 years ago
Mark Otto
702a48dbd6
Drop the protocol
11 years ago
Zlatan Vasović
346b40f998
Fix HTML5 validation errors
11 years ago
XhmikosR
bafe784b3b
Completely disable clean-css's advanced optimizations for all the CSS files.
...
Fixes #395 .
11 years ago
connors
2cc5013c6f
fix padding for android tab bar
11 years ago
XhmikosR
13ee6e92c6
Docs: Use the minified ratchet.js.
11 years ago
XhmikosR
cb55d99433
Minify JS files too.
11 years ago
XhmikosR
6f0b519aa3
Disable clean-css's advanced optimizations for docs.min.css.
...
It's causing code highlighting to fail.
11 years ago
XhmikosR
27f8b24f81
Use pygments-manni from Bootstrap docs.
11 years ago
Christian
bc665b788e
Update examples.html
...
Change 'visit on your mobile device see the apps' to 'visit on your mobile device to see the apps'
11 years ago
XhmikosR
91146f3621
FIx property, once again.
11 years ago
XhmikosR
b6680e0e04
Fix device sprite.
...
Use the standard W3C `background-position` property instead of the non-standard `background-position-x` one.
11 years ago
XhmikosR
2d3f5f5966
Minify docs CSS files.
...
-1 HTTP request, -11.5KB (without gzip)
11 years ago
XhmikosR
009d9d2b53
Docs: Use the minified ratchet.css.
11 years ago
XhmikosR
d07c77791b
Losslessly compress device-sprite.png.
...
Before: 255418 bytes
After: 243102 bytes
11 years ago