diff options
author | David Barksdale <amatus@amatus.name> | 2014-12-08 22:36:38 -0600 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-12-08 22:36:38 -0600 |
commit | 927a38f9129c85e8eebffb035e3506aea71d7c26 (patch) | |
tree | 2f6c07b23f49512857968320b5ce359cb86d9d01 /src/hl | |
parent | 1e64ab1725081c5bb3009c93db080129f41843ae (diff) |
Remove superflous components
They're already included in semantic.*
Diffstat (limited to 'src/hl')
-rw-r--r-- | src/hl/index.cljs.hl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hl/index.cljs.hl b/src/hl/index.cljs.hl index 96a911e..fd5b0ca 100644 --- a/src/hl/index.cljs.hl +++ b/src/hl/index.cljs.hl @@ -201,11 +201,8 @@ (html (head (link :rel "stylesheet" :type "text/css" :href "css/semantic.min.css") - (link :rel "stylesheet" :type "text/css" :href "css/menu.min.css") - (link :rel "stylesheet" :type "text/css" :href "css/progress.min.css") (link :rel "stylesheet" :type "text/css" :href "css/gh-fork-ribbon.css") (script :src "js/semantic.min.js") - (script :src "js/progress.min.js") (title "gnunet.io - A GNUnet Web Application")) (body (div :class "github-fork-ribbon-wrapper right" |