Navigation Menu

Skip to content

Commit

Permalink
Upgrade to YUI 3.14.1 for Yeti doc website.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Dec 20, 2013
1 parent f35ab67 commit 12686bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion doc/yeti/assets/landing.css
@@ -1,4 +1,7 @@
body, h1, h2, h3, h4, h5, h6 {
body,
.yui3-g [class *= "yui3-u"],
.yui3-g-r [class *= "yui3-u"],
h1, h2, h3, h4, h5, h6 {
font-family: 'Source Sans Pro', 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, sans-serif;
}
body {
Expand Down
2 changes: 1 addition & 1 deletion doc/yeti/layouts/main.mustache
Expand Up @@ -5,7 +5,7 @@
<title>{{htmlTitle}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic">
<link rel="stylesheet" href="{{yuiGridsUrl}}&amp;3.6.0/build/cssbutton/cssbutton-min.css">
<link rel="stylesheet" href="{{yuiGridsUrl}}&amp;3.14.1/build/cssbutton/cssbutton-min.css">
<link rel="stylesheet" href="{{projectAssets}}/css/main.css">
<link rel="stylesheet" href="{{projectAssets}}/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="{{projectAssets}}/landing.css">
Expand Down
2 changes: 1 addition & 1 deletion doc/yeti/project.json
@@ -1,5 +1,5 @@
{
"projectName": "Yeti",
"yetiVersion": "v0.2.25pre",
"yuiGridsUrl": "http://yui.yahooapis.com/combo?3.7.3/build/cssfonts/cssfonts-min.css&amp;3.7.3/build/cssgrids/cssgrids-min.css"
"yuiGridsUrl": "http://yui.yahooapis.com/combo?3.14.1/build/cssfonts/cssfonts-min.css&amp;3.14.1/build/cssgrids/cssgrids-min.css"
}

0 comments on commit 12686bd

Please sign in to comment.