Skip to content

Commit

Permalink
more doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuellr committed May 10, 2011
1 parent 01808d5 commit f26e746
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions Building.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - Building</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
1 change: 1 addition & 0 deletions ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - ChangeLog</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
1 change: 1 addition & 0 deletions Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - Home</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
1 change: 1 addition & 0 deletions Installing.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - Installing</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
1 change: 1 addition & 0 deletions License.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - License</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
1 change: 1 addition & 0 deletions MultiUser.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - MultiUser</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
1 change: 1 addition & 0 deletions Running.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - Running</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
1 change: 1 addition & 0 deletions Security.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - Security</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
1 change: 1 addition & 0 deletions TestDrive.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - TestDrive</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
2 changes: 1 addition & 1 deletion build-info.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
weinre build 1.4.0build-2011-05-09--17-57-08 by Patrick Mueller
weinre build 1.4.0build-2011-05-10--05-27-45 by Patrick Mueller
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body {

/*-----------------------------------------------------------------*/
.ribbon {
font-size: 80%;
position: absolute;
top: 0;
left: 0;
Expand All @@ -22,6 +23,9 @@ body {
padding: 0.25em 0.5em;
background-color: #FF0;
font-style: italic;
-webkit-box-shadow: 5px 5px 15px #888;
-moz-box-shadow: 5px 5px 15px #888;
box-shadow: 5px 5px 15px #888;
}

/*-----------------------------------------------------------------*/
Expand Down
Binary file added images/weinre-icon-64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>
<title>weinre - Home</title>
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="shortcut icon" href="images/weinre-icon-64x64.png" />
<script src="scripts/main.js"></script>
<script type="text/javascript">

Expand Down
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
cp -vr ../weinre/weinre.build/out/web/doc/* .

0 comments on commit f26e746

Please sign in to comment.