diff options
author | John McLear <john@mclear.co.uk> | 2014-11-19 00:16:08 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-19 00:16:08 +0000 |
commit | 9aea689438d364cfd89a476d06729b3dd1195b8e (patch) | |
tree | f9531be9b538728b88a83728edff7e610941ec0f /src/templates/pad.html | |
parent | e821cb13fa0707932e9ddd2844bc7be969cf9efe (diff) | |
download | etherpad-lite-9aea689438d364cfd89a476d06729b3dd1195b8e.zip |
move tiny bit of font awesome we actually use into pad.css
Diffstat (limited to 'src/templates/pad.html')
-rw-r--r-- | src/templates/pad.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html index aba3f64f..b996ab6a 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -40,7 +40,6 @@ <link rel="shortcut icon" href="<%=settings.faviconPad%>"> <% e.begin_block("styles"); %> - <link href="../static/css/fontawesome-etherpad.css" rel="stylesheet"> <link href="../static/css/pad.css" rel="stylesheet"> <link href="../static/custom/pad.css" rel="stylesheet"> <style title="dynamicsyntax"></style> |