Skip to content

Commit

Permalink
Some optimization work.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Aug 17, 2014
1 parent 630db33 commit a5b3833
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 53 deletions.
4 changes: 0 additions & 4 deletions html/copy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
<head>
<meta charset='utf-8'>
<title>docs.gl</title>
<link href="reset.css" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="jquery-ui.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
<script src="jquery-bonsai/jquery.bonsai.js"></script>
<link href="jquery-bonsai/jquery.bonsai.css" rel="stylesheet" type="text/css" />
<script src="jquery-cookie/jquery.cookie.js"></script>

<link href="style.css" rel="stylesheet" type="text/css" />
Expand Down
Binary file modified html/copy/logo-lg.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 modified html/copy/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 0 additions & 48 deletions html/copy/reset.css

This file was deleted.

53 changes: 53 additions & 0 deletions html/copy/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
// First a CSS reset

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

// Now comes the docs.gl markup

@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
Expand Down
1 change: 0 additions & 1 deletion html/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset='utf-8'>
<title>{$command} - {$api_name} {$command_major_version} - docs.gl</title>
<link href="../reset.css" rel="stylesheet" type="text/css" />

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="../jquery-ui.css" />
Expand Down

0 comments on commit a5b3833

Please sign in to comment.