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

Commit

Permalink
added a credits bit in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Sep 7, 2008
1 parent 80e2353 commit f5b6a94
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/views/layouts/page.html.erb
Expand Up @@ -21,7 +21,16 @@
<div id='wrapper'>
<div id="main">
<div id='header'>
<h1><span class='logo'></span><span>Ansuz CMS</span></h1>
<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>
<%= render :partial => "page/top_nav" -%>
<div id='content'>
Expand Down
9 changes: 9 additions & 0 deletions public/stylesheets/base.css
Expand Up @@ -15,6 +15,7 @@ body{
#main{
width: 800px;
margin: 0 auto;
position: relative;
}
#header{
margin-bottom: 10px;
Expand All @@ -26,6 +27,14 @@ body{
padding: 10px 0;
width: 200px;
}
#header .credits{
display: block;
background-color: #000a17;
position: absolute;
top: 0;
left: 500px;
padding: 10px;
}
#header h1 span.logo{
padding-left: 20px;
background-image: url(/images/ansuz_logo.png);
Expand Down

0 comments on commit f5b6a94

Please sign in to comment.