Skip to content

Commit 980432a

Browse files
committed
FAQ CSS test
1 parent 05f4127 commit 980432a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ a:link:visited {
121121
}
122122

123123
.faq { position: absolute; right: 30px; color: #cccccc }
124-
.wiki { position: absolute; right: 80px; color: #cccccc }
125-
.forum { position: absolute; right: 150px; color: #cccccc }
124+
.wiki { position: absolute; right: 85px; color: #cccccc }
125+
.forum { position: absolute; right: 130px; color: #cccccc }
126126

127127

128128
#subNav.learning { margin-left: 225px; }

templates/template.nav.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"' . ">&raquo; Code</a>\n";
64-
$html .= "\t\t\t\t\t" . "<a href=\"http://wiki.processing.org/w/FAQ\"" . 'class="wiki"' . ">&raquo; Wiki</a>\n";
65-
$html .= "\t\t\t\t\t" . "<a href=\"http://wiki.processing.org/w/FAQ\"" . 'class="forum"' . ">&raquo; Forum</a>\n";
63+
$html .= "\t\t\t\t\t" . "<a href=\"http://code.google.com/p/processing\"" . 'class="faq"' . ">&raquo; CODE</a>\n";
64+
$html .= "\t\t\t\t\t" . "<a href=\"http://wiki.processing.org\" . 'class="wiki"' . ">&raquo; WIKI</a>\n";
65+
$html .= "\t\t\t\t\t" . "<a href=\"http://forum.processing.org\"" . 'class="forum"' . ">&raquo; FORUM</a>\n";
6666

6767
$html .= "\t\t\t\t</div>\n";
6868

0 commit comments

Comments
 (0)