Add Go button to mirrors site selection box

PR:		www/87007
Submitted by:	Daniel Gerzo <danger@rulez.sk>
This commit is contained in:
Marc Fonvieille 2005-10-06 19:37:11 +00:00
parent 3cb4b2fa46
commit 3785c908a6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25916
2 changed files with 11 additions and 3 deletions

View file

@ -142,6 +142,13 @@
color: #666;
}
#MIRROR input, #mirror input {
font-size: 0.8em;
background: transparent;
color: #666;
border: 1px solid #DADADA;
}
/* Content */
#CONTENT, #content {
@ -487,4 +494,4 @@
img {
border: 0;
}
}