File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
docs/yuidoc-p5-theme/layouts
examples/addons/p5.dom/input_button Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4040
4141
4242 <div id =" family" >
43- <p ><a href =" http://processing.org" >Processing</a >
43+ <p class = " left " ><a href =" http://processing.org" >Processing</a >
4444 <a class =" here" href =" http://p5js.org" >p5.js</a >
4545 <a href =" http://py.processing.org/" >Processing.py</a >
4646 </p >
4949 <input id =" search_field" type =" text" name =" as_q" value =" " size =" 20" class =" text" />
5050 <input id =" search_button" type =" submit" value =" " />
5151 </form >
52+ <p class =" right" >
53+ <a href =" http://foundation.processing.org" >Processing Foundation</a >
54+ </p >
5255 </div >
5356
5457
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ function setup() {
66 createCanvas ( 710 , 400 ) ;
77
88 input = createInput ( ) ;
9+
910 input . position ( 20 , 65 ) ;
1011
1112 button = createButton ( 'submit' ) ;
You can’t perform that action at this time.
0 commit comments