Skip to content

Commit

Permalink
added timing test, cleaned css, cleaned other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor authored and Andor committed Nov 10, 2010
1 parent e26ee6e commit 195f3ef
Show file tree
Hide file tree
Showing 14 changed files with 213,822 additions and 603,854 deletions.
41 changes: 20 additions & 21 deletions tests/style.css
@@ -1,33 +1,32 @@

/* prevent the window scrollbars from appearing
which conflict with zooming.*/
html {
// overflow-x: hidden;
// overflow-y: hidden;
}

span{
font-family: monospace;
html, body {
background: #EEE;
font-family: Arial;
font-size: 14px;
margin: 0;
padding: 0;
}

body{
margin: 0px 0px;
h1 {
background: #385C85;
color: #FFF;
padding: 10px;
padding-left: 20px;
margin-top: 0px;
}

.progress{
color:purple;
h1 a {
color: #00AA00;
}

.filename{
color: green;
p {
padding-left: 20px;
line-height: 1.3em;
}

img{
vertical-align: top;
border: 1px solid #000;
p a {
color: #385C85;
}

canvas{
width: 500;
height: 500;
border: solid black 1px;
}
57,507 changes: 57,507 additions & 0 deletions tests/verts/acorn_v.asc

Large diffs are not rendered by default.

0 comments on commit 195f3ef

Please sign in to comment.