diff options
author | Arun Persaud <arun@nubati.net> | 2011-10-07 18:19:54 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-10-07 18:19:54 -0700 |
commit | 15eab77094594de001c0efc816aa8782b47716a9 (patch) | |
tree | fa3ebb4856c55fc5b494c49b4f6bacdc0603d653 /include | |
parent | cc95c662be086f71697755fe6939ff4840fe25b1 (diff) | |
download | e-DoKo-15eab77094594de001c0efc816aa8782b47716a9.tar.gz e-DoKo-15eab77094594de001c0efc816aa8782b47716a9.tar.bz2 e-DoKo-15eab77094594de001c0efc816aa8782b47716a9.zip |
replaced css reset with normalize.css
Diffstat (limited to 'include')
-rw-r--r-- | include/output.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/output.php b/include/output.php index df1d69a..429d095 100644 --- a/include/output.php +++ b/include/output.php @@ -377,6 +377,7 @@ function output_header() <title>e-Doko</title> <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=31" /> <link rel="stylesheet" media="screen and (max-width: 600px)" href="css/narrow.css?v=1" /> <link rel="stylesheet" href="css/dateinput.css?v=1"/> |