Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/knewter/ansuz
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/knewter/ansuz:
  new bg image
  • Loading branch information
Adam Dill committed Sep 8, 2008
2 parents 45c07ba + aae32e8 commit 6d3655a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
43 changes: 43 additions & 0 deletions app/views/layouts/application.html.erb
@@ -0,0 +1,43 @@
<!-- Generated Using Ansuz CMS -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Ansuz</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="description" content="Ansuz Content Management System" />
<meta name="keywords" content="Ansuz Content Management System" />
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<%= stylesheet_link_tag 'yui-reset-fonts' -%>
<%= stylesheet_link_tag 'base' -%>
<%= stylesheet_link_tag 'sprite' -%>
<%= stylesheet_link_tag 'lightbox' -%>
<%= javascript_include_tag :defaults, 'effects', 'builder', 'lightbox', 'niftycube', 'handle_rounded_corners' -%>
<!--[if lt IE 7.]><%= javascript_include_tag 'pngfix.js' %><![endif]-->
</head>
<body>
<div id='wrapper'>
<div id="main">
<div id='header'>
<h1>
<span class='logo'></span>
<span>Ansuz CMS</span>
</h1>
<span class='credits'>
An open source CMS co-developed by:
<a href="http://www.isotope11.com">Isotope Eleven</a>,
<a href="http://www.isshen.com">Isshen</a>, and
<a href="http://github.com/knewter/ansuz/tree/master">you</a>.
</span>
</div>
<div id='content'>
<%= @content_for_layout -%>
</div>
<div class='clear'></div>
<%= render :partial => "page/footer" -%>
</div>
</div>
</body>
</html>
Binary file added public/images/background-blue-squares-7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion public/stylesheets/base.css
Expand Up @@ -6,7 +6,8 @@ html {
/* background-image: url(/images/background-blue-squares-3.png); */
/* background-image: url(/images/background-blue-squares-4.png); */
/* background-image: url(/images/background-blue-squares-5.png); */
background-image: url(/images/background-blue-squares-6.png);
/* background-image: url(/images/background-blue-squares-6.png); */
background-image: url(/images/background-blue-squares-7.png);
background-repeat: repeat-x;
}
body{
Expand Down

0 comments on commit 6d3655a

Please sign in to comment.