Skip to content

Commit

Permalink
futzing with site
Browse files Browse the repository at this point in the history
  • Loading branch information
worrydream committed Jun 14, 2011
1 parent dbd70ff commit 78e2bf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -57,7 +57,7 @@ <h3>explorable explanations made easy</h3>
<div id="body"> <div id="body">


<p>Tangle is a JavaScript library for creating <b>reactive documents</b>. Your readers can interactively explore <p>Tangle is a JavaScript library for creating <b>reactive documents</b>. Your readers can interactively explore
possibilities, play with parameters, and see the document update immediately.</p> possibilities, play with parameters, and see the document update immediately. Tangle is super-simple and easy to learn.</p>


<p>This is a simple reactive document.</p> <p>This is a simple reactive document.</p>


Expand Down
14 changes: 7 additions & 7 deletions style.css
Expand Up @@ -62,14 +62,16 @@ body {
top: 54px; top: 54px;
} }


#header .menu { .menu {
position: absolute; position: absolute;
left: 310px; left: 200px;
top: 56px; width: 556px;
font: 12px "Insolent", "Helvetica", sans-serif;
text-align:right;
} }


.menu { #header .menu {
font: 12px "Insolent", "Helvetica", sans-serif; top: 56px;
} }


.menu a { .menu a {
Expand Down Expand Up @@ -102,8 +104,6 @@ body {
} }


#footer .menu { #footer .menu {
position: absolute;
left: 310px;
top: 15px; top: 15px;
} }


Expand Down

0 comments on commit 78e2bf3

Please sign in to comment.