diff options
Diffstat (limited to 'public/static/default.css')
| -rw-r--r-- | public/static/default.css | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/public/static/default.css b/public/static/default.css index e18d705..222c9da 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -404,6 +404,18 @@ div.displaysingle div.info {  	color: #0000ff;  } +div.candidatelist a { +	display: block; +	text-decoration: none; +	color: black; +	padding: 1em; +	margin-top: 0.1em; +	margin-bottom: 0.1em; +	width: 20em; +	text-align: center; +	background-color: #dddddd; +} +  div.about {  	font-family: Sans-Serif;  	color: #666666; | 
