mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
Screw it, just make it look pretty. :)
This commit is contained in:
parent
419e3fee44
commit
6dd8343317
2 changed files with 2 additions and 8 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
function searchMenu() {
|
||||
menuSectionHeader( "Search", 'white', '#737B9C');
|
||||
echo '<SPAN class="searchText">' .
|
||||
echo '<FONT size="-2">' .
|
||||
'<FORM action="/search/" method="POST">' .
|
||||
' <SELECT name="type_of_search">' .
|
||||
' <OPTION value="bugs">Bug Tracking</OPTION>' .
|
||||
|
@ -53,7 +53,7 @@
|
|||
' <INPUT TYPE="text" NAME="words" SIZE="15" VALUE="">' .
|
||||
' <BR>' .
|
||||
' <INPUT TYPE="submit" NAME="Search" VALUE="Search">' .
|
||||
'</FORM></SPAN>';
|
||||
'</FORM></FONT>';
|
||||
menuSectionFooter();
|
||||
}
|
||||
|
||||
|
|
|
@ -45,9 +45,3 @@ SPAN.titleBar {
|
|||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
SPAN.searchText {
|
||||
color: white;
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue