File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ a:link:visited {
121121}
122122
123123.faq { position : absolute; right : 30px ; color : # cccccc }
124- .wiki { position : absolute; right : 80 px ; color : # cccccc }
125- .forum { position : absolute; right : 150 px ; color : # cccccc }
124+ .wiki { position : absolute; right : 85 px ; color : # cccccc }
125+ .forum { position : absolute; right : 130 px ; color : # cccccc }
126126
127127
128128# subNav .learning { margin-left : 225px ; }
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ function navigation($section = '')
6060 $ html .= "\t\t\t\t\t" . l ('Shop ' , $ section == 'Shop ' ) . " \\\n" ;
6161 $ html .= "\t\t\t\t\t" . l ('About ' , in_array ($ section , $ abo )) . " \n" ;
6262
63- $ html .= "\t\t\t\t\t" . "<a href= \"http://wiki.processing.org/w/FAQ \"" . 'class="faq" ' . ">» Code </a> \n" ;
64- $ html .= "\t\t\t\t\t" . "<a href= \"http://wiki.processing.org/w/FAQ \"" . 'class="wiki" ' . ">» Wiki </a> \n" ;
65- $ html .= "\t\t\t\t\t" . "<a href= \"http://wiki .processing.org/w/FAQ \"" . 'class="forum" ' . ">» Forum </a> \n" ;
63+ $ html .= "\t\t\t\t\t" . "<a href= \"http://code.google.com/p/processing \"" . 'class="faq" ' . ">» CODE </a> \n" ;
64+ $ html .= "\t\t\t\t\t" . "<a href= \"http://wiki.processing.org \" . 'class= " wiki"' . ">» WIKI </a> \n" ;
65+ $ html .= "\t\t\t\t\t" . "<a href= \"http://forum .processing.org \"" . 'class="forum" ' . ">» FORUM </a> \n" ;
6666
6767 $ html .= "\t\t\t\t</div> \n" ;
6868
You can’t perform that action at this time.
0 commit comments