diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-24 20:29:53 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-24 21:26:43 +0100 |
commit | 8138c7d15e7fa3fc126a2a0346579ca1252ff546 (patch) | |
tree | 2a7583ad49a976ba7fecd3beb0d9df5705994acc /static | |
parent | 646d300b249ad67c737f50ffdf6134fa04370466 (diff) | |
download | etherpad-lite-8138c7d15e7fa3fc126a2a0346579ca1252ff546.zip |
rename pad_lite.css to pad.css, its just a better name
Diffstat (limited to 'static')
-rw-r--r-- | static/css/pad.css (renamed from static/css/pad_lite.css) | 0 | ||||
-rw-r--r-- | static/pad.html | 6 |
2 files changed, 1 insertions, 5 deletions
diff --git a/static/css/pad_lite.css b/static/css/pad.css index 9272d64b..9272d64b 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad.css diff --git a/static/pad.html b/static/pad.html index 03cec903..c4fbe195 100644 --- a/static/pad.html +++ b/static/pad.html @@ -7,12 +7,8 @@ <meta http-equiv="Content-Language" content="en-us"/> <meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/> <title>Etherpad Lite</title> -<!-- <base href="http://localhost:9001/" />--> <!-- CSS --> -<link href="../static/css/pad_lite.css" rel="stylesheet" type="text/css"/> -<!--[if lte IE 7]> -<link href="../static/css/pad_ie_lite.css" rel="stylesheet" type="text/css"/> -<![endif]--> +<link href="../static/css/pad.css" rel="stylesheet" type="text/css"/> <!-- javascript --> <script type="text/javascript"> // <![CDATA[ |