add a .css file that makes text readably large

This commit is contained in:
Eric House 2012-03-31 10:03:14 -07:00
parent 06ff720d66
commit fff4116d24
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,7 @@ print <<<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="/xw4mobile.css" />
<title>Crosswords SMS redirect</title>
<meta http-equiv="REFRESH"
content="$content">

View file

@ -0,0 +1,2 @@
body { font-size: 2em; }
table { font-size: 2em; }