mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
add a .css file that makes text readably large
This commit is contained in:
parent
06ff720d66
commit
fff4116d24
2 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@ print <<<EOF
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/xw4mobile.css" />
|
||||||
<title>Crosswords SMS redirect</title>
|
<title>Crosswords SMS redirect</title>
|
||||||
<meta http-equiv="REFRESH"
|
<meta http-equiv="REFRESH"
|
||||||
content="$content">
|
content="$content">
|
||||||
|
|
2
xwords4/android/scripts/xw4mobile.css
Normal file
2
xwords4/android/scripts/xw4mobile.css
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
body { font-size: 2em; }
|
||||||
|
table { font-size: 2em; }
|
Loading…
Reference in a new issue