JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
pare html <head>s that aren't ever output
authorJason Woofenden <jason@jasonwoof.com>
Wed, 2 Nov 2011 08:20:19 +0000 (04:20 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 2 Nov 2011 08:20:19 +0000 (04:20 -0400)
.gitignore
admin.html
admin_files.html
admin_images.html
admin_pages.html
style.css
template.html

index 442b74a..299b814 100644 (file)
@@ -1,3 +1,5 @@
 *.tar.gz
 *.tgz
 cms_images
+files
+tags
index c89654e..03b31a3 100644 (file)
@@ -3,7 +3,6 @@
 <html lang="en">
 <head>
        <title><!--~$title show {~-->~$host~ Administration<!--~}~--></title>
-       <link rel="stylesheet" href="style.css" type="text/css" />
 </head>
 
 <body>
index 881fc19..69e7862 100644 (file)
@@ -2,9 +2,7 @@
 
 <html lang="en">
 <head>
-       <meta charset="utf-8" />
        <title><!--~$title show {~-->Files<!--~}~--></title>
-       <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 
 <body>
index b5c56c8..438d868 100644 (file)
@@ -2,9 +2,7 @@
 
 <html lang="en">
 <head>
-       <meta charset="utf-8" />
        <title><!--~$title show {~-->Images<!--~}~--></title>
-       <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 
 <body>
index f72d501..bd6c9db 100644 (file)
@@ -1,8 +1,7 @@
 <!DOCTYPE html>
 
-<html lang="en">
+<html>
 <head>
-       <meta charset="utf-8" />
        <title><!--~$title show {~-->~$host~ Admin: <!--~listings {~-->Pages Listing<!--~}~--><!--~form {~--><!--~id {~-->Add a new page<!--~}~--><!--~id unset {~-->Edit page "~title html~"<!--~}~--><!--~}~--><!--~}~--></title>
        <!--~$head {~-->
        <script type="text/javascript" src="code/ckeditor/ckeditor.js"></script>
index 0b1fab4..ebad33f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -113,7 +113,7 @@ span.wfpl_ifr {
   text-align: right;
   background-repeat: no-repeat;
   background-position: left top;
-  margin: 0 0 10px 2px;
+  margin: 0 0 2px 10px;
 }
 div.wfpl_ic {
   margin: 15px auto;
index 202c6f1..b996076 100644 (file)
@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <meta charset="utf-8" />
        <title>~$title html~~$cms_title html~</title>
        <!--~meta_description nonempty {~--><meta name="description" content="~meta_description attr~" /><!--~}~-->
        <!--~meta_keywords nonempty {~--><meta name="keywords" content="~meta_keywords attr~" /><!--~}~-->