diff options
| -rw-r--r-- | cgi/index.pl | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/cgi/index.pl b/cgi/index.pl index 96c93d7..73a160a 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -208,7 +208,9 @@ __DATA__  		padding-right: 0.5em;  	} -	span. +	input, select { +		border: 1px solid #000066; +	}  	</style>  </head> | 
