diff options
author | Arun Persaud <arun@nubati.net> | 2011-11-14 19:31:56 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-11-14 19:31:56 -0800 |
commit | 21973b9985f6325315721cba1c4e046fbbe3a1f0 (patch) | |
tree | a463bf5dc1d88d3f8f4026954c52283faa44d0ca /include/output.php | |
parent | 0b8f00b41b22dc971f8415f1e6de4700ea86c0fb (diff) | |
download | e-DoKo-21973b9985f6325315721cba1c4e046fbbe3a1f0.tar.gz e-DoKo-21973b9985f6325315721cba1c4e046fbbe3a1f0.tar.bz2 e-DoKo-21973b9985f6325315721cba1c4e046fbbe3a1f0.zip |
CLEANUP: merged normal css file and the one for mobile phones into one file
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/output.php b/include/output.php index c6d78e3..42f4085 100644 --- a/include/output.php +++ b/include/output.php @@ -378,8 +378,7 @@ function output_header() <meta charset="utf-8" /> <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=35" /> - <link rel="stylesheet" media="screen and (max-width: 600px)" href="css/narrow.css?v=2" /> + <link rel="stylesheet" href="css/standard.css?v=36" /> <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> |