Skip to content

Commit

Permalink
assets/ 현재 버전으로 갱신
Browse files Browse the repository at this point in the history
from 1e69944
  • Loading branch information
klutzy committed Sep 29, 2012
1 parent 304579a commit 049d63a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
7 changes: 6 additions & 1 deletion assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ body {
position: fixed;
margin:0;
top: 20px; }

#devdoc-nav span.small {
font-size:12px;
font-weight:normal;
}

#content {
width: 760px;
Expand Down Expand Up @@ -2274,7 +2279,7 @@ div.note.distribute {
margin-bottom:0;
}

blockquote {
body.about blockquote {
display:block;
float:right;
width:280px;
Expand Down
Binary file added assets/images/styles/gototop.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 assets/images/styles/ico_good.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 assets/images/styles/ico_wrong.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions assets/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1811,13 +1811,14 @@ function escapeHTML(string) {
/* ################# JAVADOC REFERENCE ################### */
/* ######################################################## */

/* Initialize some droiddoc stuff */
$(document).ready(function() {

// init available apis based on user pref
changeApiLevel();
initSidenavHeightResize()
});
/* Initialize some droiddoc stuff, but only if we're in the reference */
if (location.pathname.indexOf("/reference") == 0) {
$(document).ready(function() {
// init available apis based on user pref
changeApiLevel();
initSidenavHeightResize()
});
}

var API_LEVEL_COOKIE = "api_level";
var minLevel = 1;
Expand Down

0 comments on commit 049d63a

Please sign in to comment.