1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 16:13:02 +02:00
Commit Graph

423 Commits

Author SHA1 Message Date
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
XhmikosR
ed82abd725 _includes/header.html: include the page class in body only if it exists. 2013-12-08 18:18:36 +02:00
XhmikosR
322a1b0c74 _includes/sidebar.html: fix indentation. 2013-12-08 18:18:36 +02:00
XhmikosR
6bedf5c029 Update modernizr.js to v2.7.1. 2013-12-08 18:17:30 +02:00
Phil Haack
7cc2ac5cb5 Merge pull request #139 from randomecho/typo-about-anyway
Fix typo anyways, should be anyway
2013-12-02 18:15:02 -08:00
Soon Van
26dd9915db Typo anyways should be anyway; Sentence needs a comma to break in 2013-12-02 20:32:36 -05:00
Aidan Feldman
dcf735b2a4 Merge pull request #138 from github/sort-rules
Sort rules by label
2013-12-02 11:10:57 -08:00
Aidan Feldman
c75fee1469 fix for license variations 2013-11-29 21:05:49 -05:00
Aidan Feldman
8ff2565f0b sort rules by label 2013-11-29 20:57:35 -05:00
Aidan Feldman
afd7b15ac4 upgrade github-pages 2013-11-29 20:37:58 -05:00
Aidan Feldman
edbcc1ca6a fix some jshint/coffeelint warnings 2013-11-29 18:08:27 -05:00
Phil Haack
9dc11f09e7 Merge pull request #134 from github/page-display-fix
Fix #133 issue with lgpl tab
2013-11-19 16:03:57 -08:00
Haacked
d99c259830 Fix #133 issue with lgpl tab 2013-11-19 16:02:50 -08:00
Phil Haack
3358f6eaa2 Merge pull request #111 from github/haacked/29-collapse-license-families
Group licenses together
2013-11-19 11:05:00 -08:00
Phil Haack
bd0b190d22 Merge pull request #129 from github/license-family-tabs
License family tabs
2013-11-19 10:51:33 -08:00
Haacked
48165e5270 Align variation headings with bullets 2013-11-19 10:32:42 -08:00
Haacked
86854bc0dd Remove links from LGPL description 2013-11-19 10:28:26 -08:00
Haacked
21347f4538 Give tabs ids 2013-11-19 09:30:11 -08:00
Haacked
e4d2dc8f43 reduce spacing between description and details 2013-11-19 09:05:41 -08:00
Haacked
7ab42bd87c uppercase dat mit 2013-11-18 17:57:08 -08:00