mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Merge pull request #142 from XhmikosR/qtip
Update jquery qtip to v2.2.0.
This commit is contained in:
commit
c6d7df4fe2
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title}}</title>
|
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title}}</title>
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<meta name="description" content="{{ page.description | strip_html }}">
|
<meta name="description" content="{{ page.description | strip_html }}">
|
||||||
@ -11,7 +11,6 @@
|
|||||||
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
||||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">
|
||||||
<link rel="stylesheet" href="/css/application.css" media="screen">
|
<link rel="stylesheet" href="/css/application.css" media="screen">
|
||||||
<link rel="stylesheet" href="/css/jquery.qtip.min.css" media="screen">
|
|
||||||
<script src="/javascripts/modernizr.js"></script>
|
<script src="/javascripts/modernizr.js"></script>
|
||||||
<!--[if (gte IE 6)&(lte IE 8)]>
|
<!--[if (gte IE 6)&(lte IE 8)]>
|
||||||
<script src="/javascripts/selectivizr-min.js"></script>
|
<script src="/javascripts/selectivizr-min.js"></script>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
layout: nil
|
||||||
|
---
|
||||||
|
|
||||||
html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
@ -19,7 +23,7 @@ time, mark, audio, video {
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -451,6 +455,8 @@ strong {
|
|||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{% include css/jquery.qtip.min.css %}
|
||||||
|
|
||||||
/* Qtip styles */
|
/* Qtip styles */
|
||||||
.qtip-required {
|
.qtip-required {
|
||||||
background-color: #d0ebf6 ! important;
|
background-color: #d0ebf6 ! important;
|
||||||
|
8
javascripts/jquery.qtip.min.js
vendored
8
javascripts/jquery.qtip.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user