Skip to content

Commit

Permalink
Refactoring + Tips in Treemap
Browse files Browse the repository at this point in the history
  • Loading branch information
philogb committed May 28, 2009
1 parent 3bd888c commit a43610c
Show file tree
Hide file tree
Showing 96 changed files with 4,426 additions and 1,578 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,5 +1,8 @@
.project
.pydevproject
Examples
Jit
Extras/sh/
NaturalDocs*
Docs*
*.pyc
Expand Down
42 changes: 42 additions & 0 deletions Extras/code.css
@@ -0,0 +1,42 @@
html, body {
margin:0;
padding:0;
font-family: "Lucida Grande", Verdana;
font-size: 0.9em;
text-align: center;
background-color:#F2F2F2;
}

h4 {
font-size:1.1em;
text-decoration:none;
font-weight:normal;
color:#23A4FF;
}

#container {
width: 900px;
margin:0 auto;
background-color:white;
border:1px solid #ccc;
}

#center-container {
text-align:left;
width:800px;
color:#888;
margin:auto;
}

.headtext {
text-align:justify;
width:500px;
margin:20px auto;
}

.code-wrapper {
width:750px;
margin:5px auto;
overflow:auto;
margin-bottom:30px
}

0 comments on commit a43610c

Please sign in to comment.