Skip to content

Commit

Permalink
unncessary images deleted && download bar
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanD committed Apr 15, 2011
1 parent 23185fa commit 46b1d47
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 9 deletions.
Binary file added content/images/bg_default.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added content/images/downloadSmall.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed content/images/h3_macruby-events.png
Binary file not shown.
Binary file removed content/images/h3_macruby_blog.png
Binary file not shown.
Binary file removed content/images/h3_see-older-articles.png
Binary file not shown.
File renamed without changes
Binary file removed content/images/macruby_logo.png
Binary file not shown.
Binary file removed content/images/nav_background.png
Binary file not shown.
Binary file removed content/images/nav_blog.png
Binary file not shown.
Binary file removed content/images/nav_contact.png
Binary file not shown.
Binary file removed content/images/nav_documentation.png
Binary file not shown.
Binary file removed content/images/nav_downloads.png
Binary file not shown.
Binary file removed content/images/nav_home.png
Binary file not shown.
Binary file removed content/images/nav_source.png
Binary file not shown.
Binary file removed content/images/nav_tickets.png
Binary file not shown.
Binary file removed content/images/three_easy_steps.png
Binary file not shown.
Binary file removed content/images/two_easy_steps.png
Binary file not shown.
Binary file removed content/images/upper_right_equation.png
Binary file not shown.
2 changes: 0 additions & 2 deletions content/index.txt
Expand Up @@ -10,8 +10,6 @@ filter:
<%= render :partial => "/promo" %> <%= render :partial => "/promo" %>
</aside> </aside>




<div class="grid clearfix"> <div class="grid clearfix">
<div class="top clearfix"> <div class="top clearfix">
<aside> <aside>
Expand Down
27 changes: 25 additions & 2 deletions content/stylesheets/main.css
Expand Up @@ -110,7 +110,30 @@ body {
font-family: verdana, sans-serif; font-family: verdana, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.5; line-height: 1.5;
background: #e4e4e4 url(../images/new/bg.jpg) top repeat-x; background: #e4e4e4 url(../images/bg_home.jpg) top repeat-x;
}

#default {
background: #e4e4e4 url(../images/bg_default.jpg) top repeat-x;
}

.promoMini {
font-size: 80%;
color: white;
text-align: right;
line-height: 41px;
height: 41px;
}
.promoMini .downloadSmall {
float: right;
margin-left: 10px;
display: block;
height: 41px;
width: 111px;
background: url(../images/downloadSmall.jpg) 0 -41px no-repeat;
}
.promoMini .downloadSmall:hover {
background: url(../images/hover.jpg) no-repeat;
} }


::selection { ::selection {
Expand Down Expand Up @@ -159,7 +182,7 @@ header h1.logo a {
display: block; display: block;
height: 73px; height: 73px;
width: 275px; width: 275px;
background: url(../images/new/logo.png) no-repeat; background: url(../images/logo.png) no-repeat;
position: absolute; position: absolute;
top: 50px; top: 50px;
} }
Expand Down
2 changes: 1 addition & 1 deletion layouts/blog_entry.txt
Expand Up @@ -11,7 +11,7 @@ filter: erb
<head> <head>
<%= render :partial => "/standard-head" %> <%= render :partial => "/standard-head" %>
</head> </head>
<body> <body id="blogEntry">
<div id="nest"> <div id="nest">
<%= render :partial => "/header" %> <%= render :partial => "/header" %>
<%= render :partial => "/navigation" %> <%= render :partial => "/navigation" %>
Expand Down
10 changes: 8 additions & 2 deletions layouts/default.txt
Expand Up @@ -11,13 +11,19 @@ filter: erb
<head> <head>
<%= render :partial => "/standard-head" %> <%= render :partial => "/standard-head" %>
</head> </head>
<body> <body id="default">



<div class="wrapper clearfix"> <div class="wrapper clearfix">


<header> <header>
<%= render :partial => "/header" %> <%= render :partial => "/header" %>
</header> </header>

<aside class="promoMini">
Current Version: 1.2.3 <a href="#" class="downloadSmall"></a>
</aside>

<div class="mainContent"> <div class="mainContent">
<%= @content %> <%= @content %>
</div> </div>
Expand Down
4 changes: 2 additions & 2 deletions layouts/home.txt
Expand Up @@ -9,9 +9,9 @@ filter: erb
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head> <head>
<%= render :partial => "/standard-head" %> <%= render :partial => "/home-head" %>
</head> </head>
<body> <body id="home">


<div class="wrapper clearfix"> <div class="wrapper clearfix">


Expand Down

0 comments on commit 46b1d47

Please sign in to comment.