1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-17 16:39:51 +02:00

Merge pull request #142 from XhmikosR/qtip

Update jquery qtip to v2.2.0.
This commit is contained in:
Phil Haack 2013-12-09 09:05:22 -08:00
commit c6d7df4fe2
4 changed files with 15 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<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>
{% if page.description %}
<meta name="description" content="{{ page.description | strip_html }}">
@ -11,7 +11,6 @@
<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="/css/application.css" media="screen">
<link rel="stylesheet" href="/css/jquery.qtip.min.css" media="screen">
<script src="/javascripts/modernizr.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="/javascripts/selectivizr-min.js"></script>

View File

@ -1,3 +1,7 @@
---
layout: nil
---
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@ -19,7 +23,7 @@ time, mark, audio, video {
vertical-align: baseline;
}
html {
html {
line-height: 1;
}
@ -451,6 +455,8 @@ strong {
font-size: 90%;
}
{% include css/jquery.qtip.min.css %}
/* Qtip styles */
.qtip-required {
background-color: #d0ebf6 ! important;

File diff suppressed because one or more lines are too long