Skip to content

Commit

Permalink
Updated templates to use merged CSS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
runpaint committed May 12, 2009
1 parent 0db5d38 commit d9fa895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions templates/chapter.html
@@ -1,9 +1,7 @@
<html>
<head>
<title>Vim Recipes: <%= title %></title>
<link rel="stylesheet" type="text/css" href="/css/layout.css"/>
<link rel="stylesheet" type="text/css" href="/css/user.css"/>
<link rel="stylesheet" type="text/css" href="/css/web.css"/>
<link rel="stylesheet" type="text/css" href="/css/style.css"/>
</head>
<body>
<form action="http://www.google.com/cse">
Expand Down
4 changes: 1 addition & 3 deletions templates/toc.html
@@ -1,9 +1,7 @@
<html>
<head>
<title>Vim Recipes: Table of Contents</title>
<link rel="stylesheet" type="text/css" href="/css/layout.css"/>
<link rel="stylesheet" type="text/css" href="/css/user.css"/>
<link rel="stylesheet" type="text/css" href="/css/web.css"/>
<link rel="stylesheet" type="text/css" href="/css/style.css"/>
</head>
<body>
<form action="http://www.google.com/cse">
Expand Down

0 comments on commit d9fa895

Please sign in to comment.