diff --git a/war/about.html b/war/about.html index 5ed80ac..fe92ea3 100755 --- a/war/about.html +++ b/war/about.html @@ -1,6 +1,7 @@ About + diff --git a/war/base.css b/war/base.css new file mode 100644 index 0000000..d57fbe9 --- /dev/null +++ b/war/base.css @@ -0,0 +1,38 @@ +body { + font-family: sans-serif; +} + +.tooltip { + border-bottom: 1px dotted #000; + text-decoration: none; +} + +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; + } +} diff --git a/war/build.jsp b/war/build.jsp index e550ec9..57626c7 100755 --- a/war/build.jsp +++ b/war/build.jsp @@ -1,36 +1,8 @@ Wordsearch builder + <%@ page import="uk.org.mafoo.wordsearch.*" %> diff --git a/war/index.jsp b/war/index.jsp index 45c5d96..dee655e 100755 --- a/war/index.jsp +++ b/war/index.jsp @@ -1,5 +1,8 @@ -Wordsearch builder + + Wordsearch builder + +

Wordsearch builder

About @@ -21,7 +24,7 @@ Dining Room
- Simple? + Simple [?]