XhmikosR
fcf2d4090c
README.md: no need to make the localhost a clickable link.
2013-12-16 11:34:19 +02:00
XhmikosR
3182a8390b
README.md: Break long lines.
2013-12-16 10:47:09 +02:00
Joshua Tauberer
1a8461cc19
Correct mistakes/omissions in the README.
...
The README says the license files are Markdown but they are not.
The text of the license should be wrapped to a 78 character width.
2013-12-16 10:47:09 +02:00
XhmikosR
22eae2af38
Use a CSS sprite for the license images.
...
-3 HTTP requests.
2013-12-16 10:13:32 +02:00
Phil Haack
84f6e89264
Merge pull request #157 from XhmikosR/html5shiv
...
Remove modernizr.js and use html5shiv.js directly.
2013-12-15 18:12:41 -08:00
Phil Haack
f2a1fec586
Merge pull request #158 from XhmikosR/licenses-title
...
licenses.html: Add missing page title.
2013-12-15 18:12:18 -08:00
Phil Haack
ceb7043315
Merge pull request #155 from XhmikosR/home-sprite
...
Home sprite
2013-12-15 10:19:01 -08:00
XhmikosR
af57b063c0
_includes/license-overview.html: Fix validation errors.
...
Include the `id` only if `variation.tab-slug` is set.
2013-12-15 14:23:34 +02:00
XhmikosR
f5aac12538
licenses.html: Add missing page title.
2013-12-15 13:32:24 +02:00
XhmikosR
d86fc76265
Use a CSS sprite for the homepage images.
...
-2 http requests, -1KB.
2013-12-15 10:11:52 +02:00
XhmikosR
9d1663d6db
Remove modernizr.js and use html5shiv.js directly.
2013-12-15 09:06:58 +02:00
Phil Haack
f8aa15b59d
Merge pull request #156 from randomecho/readme-question-mark-voice
...
Missing question mark on question in intro
2013-12-14 16:19:16 -08:00
Soon Van
8c269c57ba
Missing question mark on question in intro
...
- Sentence for "list of licenses common for specific communities"
reads a little easier as:
"list of licenses common to specific communities"
- Markdown with uppercase first letter, as a type
- Removed "I counted" as the repo voice otherwise
doesn't come from a single person
2013-12-14 17:24:56 -05:00
Phil Haack
383a69c3b9
Merge pull request #150 from XhmikosR/patch-1
...
Patch 1
2013-12-14 13:34:02 -08:00
XhmikosR
1bd16afe77
Update README.md.
...
* use a code block instead of individual code commands
* remove a ul since it only has one list item
2013-12-14 21:45:03 +02:00
XhmikosR
db22e94170
Use double quotes.
2013-12-14 21:45:03 +02:00
XhmikosR
ad54d65493
Refactor header.html's properties.
2013-12-14 21:45:02 +02:00
Phil Haack
6c4adc4f50
Merge pull request #154 from XhmikosR/rename-folders
...
Rename folders to the shorter and more standard "img" and "js".
2013-12-14 10:00:38 -08:00
XhmikosR
2732cf40c0
Rename folders to the shorter and more standard "img" and "js".
2013-12-14 12:44:29 +02:00
Phil Haack
625ce31e45
Merge pull request #153 from XhmikosR/css-remove-IE-hacks
...
Remove IE hacks
2013-12-13 21:20:40 -08:00
XhmikosR
987c94c212
Remove IE 6/7 hacks.
2013-12-14 07:14:11 +02:00
Phil Haack
a0aa6f2bd6
Merge pull request #151 from XhmikosR/combine-js
...
Combine javascript files.
2013-12-13 11:15:00 -08:00
XhmikosR
3989f02359
Combine javascript files.
...
Now the main page doesn't include any JS since it doesn't use them. This results in -4 http requests and a lot of bytes saved.
2013-12-13 18:39:49 +02:00
Phil Haack
e17bf1d846
Merge pull request #152 from XhmikosR/no-spaces-when-copying-license
...
Work around spaces being added when copying to clipboard.
2013-12-13 08:27:04 -08:00
XhmikosR
366cbaf21a
Work around spaces being added when copying to clipboard.
...
Since the license text is wrapped in `<pre>` with `white-space: pre-wrap` empty lines make the #license-text bigger than it actually is.
So, get rid of the empty newline at the end of the license text files since jekyll adds trailing spaces when it parses those.
2013-12-13 13:02:57 +02:00
Aidan Feldman
13edd7e291
Merge pull request #123 from XhmikosR/ignores
...
Clean up ignore files
2013-12-11 23:25:20 -08:00
Phil Haack
9571620462
Merge pull request #149 from randomecho/gplv2-comma
...
GPLv2 description could do with comma about its variants
2013-12-11 09:40:14 -08:00
Soon Van
db9bce9088
GPLv2 description could do with comma about its variants
...
"There are multiple variants of the
GPL each with different requirements"
Without a comma, this passage has no break where it would
be used to add the hint of nuance between GPL versions.
2013-12-11 10:06:24 -05:00
Phil Haack
9b6e79344a
Merge pull request #148 from XhmikosR/css
...
CSS cleanup
2013-12-09 23:28:43 -08:00
XhmikosR
6c68d86cf2
Move qTip inclusion at the top so that it's clear.
2013-12-10 09:04:21 +02:00
XhmikosR
d90deb7ba9
Update qTip custom selectors.
...
* group common properties together
* get rid of the useless `!important` declarations
2013-12-10 09:04:20 +02:00
XhmikosR
dc4309bd02
Rename clearfix class.
2013-12-10 09:04:20 +02:00
XhmikosR
593ec5edb6
Get rid of the unicode symbol from selector's name and use class instead of id.
2013-12-10 09:04:19 +02:00
XhmikosR
14b21d982b
Update application.css.
...
* add missing fallback color
* add missing vendor prefixed property for Opera
2013-12-10 09:04:18 +02:00
XhmikosR
ccb7a12ef2
Update application.css.
...
Clean up fonts; there's no need to specify all of them in each selector since they are inherited.
Also, use the shorthand font property.
2013-12-10 09:04:11 +02:00
Phil Haack
99005a5002
Merge pull request #147 from XhmikosR/patch-1
...
normalize.min.css: Put back the license header.
2013-12-09 10:44:33 -08:00
XhmikosR
0266eb712f
normalize.min.css: Put back the license header.
...
It was accidentally removed.
2013-12-09 20:23:45 +02:00
Phil Haack
ce7600bc3d
Merge pull request #143 from XhmikosR/normalize.css
...
Add normalize.css v2.1.3 minified with clean-css.
2013-12-09 10:19:47 -08:00
XhmikosR
f6ce6097c6
Ignore more files in _config.yml.
2013-12-09 19:56:23 +02:00
XhmikosR
9df688ce31
Clean up .gitignore and .gitattributes.
2013-12-09 19:56:23 +02:00
XhmikosR
d9adaf49bd
Add normalize.css v2.1.3 minified with clean-css.
2013-12-09 19:46:40 +02:00
Phil Haack
11e008a4ec
Merge pull request #145 from XhmikosR/zeroclipboard
...
Update ZeroClipboard to v1.2.3.
2013-12-09 09:06:40 -08:00
Phil Haack
c6d7df4fe2
Merge pull request #142 from XhmikosR/qtip
...
Update jquery qtip to v2.2.0.
2013-12-09 09:05:22 -08:00
XhmikosR
09de0c4933
Update ZeroClipboard to v1.2.3.
2013-12-09 10:55:40 +02:00
XhmikosR
6087197be5
Include jquery.qtip.min.css in application.css.
...
This results in -1 http request.
2013-12-09 10:18:07 +02:00
XhmikosR
08d1efcbd6
Update jquery qtip to v2.2.0.
2013-12-09 10:18:07 +02:00
Phil Haack
3c70ecb003
Merge pull request #144 from randomecho/nolicence-description-typo
...
No License description missing a to to complete sentence
2013-12-08 18:01:04 -08:00
Soon Van
6c377ddf55
No License description missing that to complete sentence
2013-12-08 20:55:23 -05:00
Phil Haack
e81fef583a
Merge pull request #141 from XhmikosR/includes
...
Includes
2013-12-08 17:16:27 -08:00
Phil Haack
dbbd2033f2
Merge pull request #140 from XhmikosR/modernizr
...
Update modernizr.js to v2.7.1.
2013-12-08 17:15:16 -08:00