diff options
author | Arun Persaud <arun@nubati.net> | 2011-11-15 21:13:20 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-11-15 21:13:20 -0800 |
commit | 75d3974143dbaa3601317f767d77ed1c3cc13e9b (patch) | |
tree | cd0f7c991e96af8afd2325ef4cdfc63f7a0c436c /include/output.php | |
parent | 725eee244ea7a03b60ac20998f2dfc8677cdbcf2 (diff) | |
download | e-DoKo-75d3974143dbaa3601317f767d77ed1c3cc13e9b.tar.gz e-DoKo-75d3974143dbaa3601317f767d77ed1c3cc13e9b.tar.bz2 e-DoKo-75d3974143dbaa3601317f767d77ed1c3cc13e9b.zip |
LAYOUT: use html5 buttons for prev/next for the tricks
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php index 74d0e00..1d1a71f 100644 --- a/include/output.php +++ b/include/output.php @@ -379,7 +379,7 @@ function output_header() <meta name="viewport" content="width=device-width; initial-scale=1.0;" /> <link rel="shortcut icon" href="pics/edoko-favicon.png" /> <link rel="stylesheet" href="css/normalize.css?v=1" /> - <link rel="stylesheet" href="css/standard.css?v=37" /> + <link rel="stylesheet" href="css/standard.css?v=38" /> <link rel="stylesheet" href="css/dateinput.css?v=1"/> <script type="text/javascript" src="include/jquery.js"> </script> <script type="text/javascript" src="include/jquery.tablesorter.js"></script> |