Skip to content

Commit

Permalink
Update assets resources for high display resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Dec 12, 2014
1 parent 843a7d8 commit 162a86a
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 6 deletions.
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

0 comments on commit 162a86a

Please sign in to comment.