disinclined.org
/
git
/
cellular-automaton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ede4376
)
style changes
author
Dylan Lloyd
<dylan@dylansserver.com>
Sun, 16 Dec 2012 14:49:43 +0000
(09:49 -0500)
committer
Dylan Lloyd
<dylan@dylansserver.com>
Sun, 16 Dec 2012 14:49:43 +0000
(09:49 -0500)
index.php
patch
|
blob
|
history
style.css
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
e838f18
..
bce9967
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-8,11
+8,10
@@
<body>
<div id='container'>
<canvas width='750px' height='750px' id='canvas'></canvas>
+ <div id='controls'>
+ <h1>2D</h1>
+ Generation: <span id='generation'>0</span>
+ </div>
</div>
- <div id='controls'>
- <h1>2D</h1>
- Generation: <span id='generation'>0</span>
- </div>
- <div id='markup'>test</div>
</body>
</html>
diff --git
a/style.css
b/style.css
index
668ed4e
..
e6005a9
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-1,12
+1,9
@@
canvas {
- position: absolute;
- top: 1px;
- left: 1px;
margin: 20px;
-
border: 1px solid black
;
+
float:left
;
}
#controls {
- float:
righ
t;
+ float:
lef
t;
width:150px;
}
#controls li {