Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ging/vish_editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Barra committed Feb 23, 2012
2 parents f25dab8 + 13ee3e2 commit 97165da
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VishEditor allows to create and play HTML5 excursions.

TO-DO 2

Dani just joined the project
6 changes: 6 additions & 0 deletions VISHEditor/framed.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<iframe src="slides.html" width="800" height="600"></iframe>
</body>
</html>
2 changes: 1 addition & 1 deletion VISHEditor/js/VISH.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var VISH = VISH || {};

VISH.VERSION = '0.1';
VISH.AUTHORS = 'Enrique Barra & Víctor Sánchez';
VISH.AUTHORS = 'GING';
2 changes: 1 addition & 1 deletion VISHEditor/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
</style>

<meta name="viewport" content="width=1100,height=750">
<meta name="viewport" content="width=800,height=600">
<meta name="apple-mobile-web-app-capable" content="yes">

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
Expand Down
10 changes: 5 additions & 5 deletions VISHEditor/stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {
display: block !important;

height: 100%;
min-height: 740px;
min-height: 600px;

overflow-x: hidden;
overflow-y: auto;
Expand Down Expand Up @@ -54,14 +54,14 @@ body {
position: absolute;
overflow: hidden;

width: 900px;
height: 700px;
width: 600px;
height: 467px;

left: 50%;
top: 50%;

margin-left: -450px;
margin-top: -350px;
margin-left: -300px;
margin-top: -233px;

padding: 40px 60px;

Expand Down
2 changes: 1 addition & 1 deletion VISHEditor/stylesheets/templates/pack1.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
.t1_right{
margin-top: 5px;
position:relative;
width: 49%;
width: 48%;
height: 90%;
float: right;
border: 2px double grey;
Expand Down

0 comments on commit 97165da

Please sign in to comment.