Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update assets resources for high display resolution #297

Merged
merged 1 commit into from
Dec 17, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added conf/docs/assets/favicon.ico
Binary file not shown.
Binary file removed conf/docs/assets/favicon.png
Binary file not shown.
4 changes: 2 additions & 2 deletions conf/docs/layouts/main.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<link rel="stylesheet" href="{{yuiGridsUrl}}">
<link rel="stylesheet" href="{{projectAssets}}/css/main.css">
<link rel="stylesheet" href="{{projectAssets}}/vendor/prettify/prettify-min.css">
<link rel="shortcut icon" type="image/png" href="{{projectAssets}}/favicon.png">
<link rel="icon" href="{{projectAssets}}/favicon.ico">
<script src="{{yuiSeedUrl}}"></script>
</head>
<body>
<a href="https://github.com/yui/yuidoc"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div id="doc">
<div id="hd">
<h1><img src="http://yuilibrary.com/img/yui-logo.png">{{title}}</h1>
<h1><img src="http://yuilibrary.com/img/yui-logo-2x.png" width="117" height="52">{{title}}</h1>
</div>
{{#if description}}
<div class="crumbs">
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
},
"yuidoc": {
"name": "YUIDoc",
"logo": "http://yuilibrary.com/img/yui-logo.png",
"options": {
"external": {
"data": "http://yuilibrary.com/yui/docs/api/data.json"
Expand Down
Binary file modified themes/default/assets/css/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/default/assets/favicon.ico
Binary file not shown.
Binary file removed themes/default/assets/favicon.png
Binary file not shown.
4 changes: 2 additions & 2 deletions themes/default/layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="{{yuiGridsUrl}}">
<link rel="stylesheet" href="{{projectAssets}}/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="{{projectAssets}}/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="{{projectAssets}}/favicon.png">
<link rel="icon" href="{{projectAssets}}/favicon.ico">
<script src="{{yuiSeedUrl}}"></script>
</head>
<body class="yui3-skin-sam">
Expand All @@ -17,7 +17,7 @@
{{#if projectLogo}}
<h1><img src="{{projectLogo}}" title="{{projectName}}"></h1>
{{else}}
<h1><img src="{{projectAssets}}/css/logo.png" title="{{projectName}}"></h1>
<h1><img src="{{projectAssets}}/css/logo.png" title="{{projectName}}" width="117" height="52"></h1>
{{/if}}
</div>
<div class="yui3-u-1-4 version">
Expand Down
Binary file modified themes/simple/assets/css/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/simple/layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><a href="{{projectRoot}}index.html"><img src="{{projectAssets}}/css/logo.png">{{title}}</a></h1>
<h1><a href="{{projectRoot}}index.html"><img src="{{projectAssets}}/css/logo.png" width="117" height="52">{{title}}</a></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: {{projectVersion}}</em>
Expand Down