style harmonised

This commit is contained in:
foo
2016-12-19 15:44:06 +00:00
parent 75114fcdcc
commit 432c597cec
4 changed files with 45 additions and 31 deletions

View File

@ -1,36 +1,8 @@
<html>
<head>
<title>Wordsearch builder</title>
<link rel="stylesheet" type="text/css" href="base.css" />
<style>
body { font-family: sans-serif; }
table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 2px 4px;
}
#grid {
font-family: monospace; font-size: 16;
}
#wrapper {
width: 80%;
margin: 0 auto;
}
#wordsearch {
float: left;
}
#words {
float: right;
width: 200px;
}
@media only print {
.noprint {
display: none;
}
}
</style>
</head>
<%@ page import="uk.org.mafoo.wordsearch.*" %>