diff faq.clj @ 78:4ebd94bfecda laserkard

moved css files to own directory; deleted USELESS files
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Jul 2010 09:56:12 -0400
parents 874a6a2c28cf
children 5b0753c6f34d
line wrap: on
line diff
     1.1 --- a/faq.clj	Thu Jul 22 09:30:45 2010 -0400
     1.2 +++ b/faq.clj	Thu Jul 22 09:56:12 2010 -0400
     1.3 @@ -36,9 +36,9 @@
     1.4  (def head
     1.5       [:head
     1.6        [:meta {:http-equiv "Content-Type" :content "text/html" :charset "UTF-8"}]
     1.7 -      [:link {:rel "stylesheet" :href "main.css" :type "text/css" :media "screen"}]
     1.8 -      [:link {:rel "stylesheet" :href "old_sexy.css" :type "text/css" :media "screen"}]
     1.9 -      [:link {:rel "stylesheet" :href "faq.css" :type "text/css" :media "screen"}]
    1.10 +      [:link {:rel "stylesheet" :href "css/main.css" :type "text/css" :media "screen"}]
    1.11 +      [:link {:rel "stylesheet" :href "css/old_sexy.css" :type "text/css" :media "screen"}]
    1.12 +      [:link {:rel "stylesheet" :href "css/faq.css" :type "text/css" :media "screen"}]
    1.13        [:title "Laserkard | FAQ"]
    1.14  
    1.15        ])