Skip to content

Commit

Permalink
Re-arranged the colors a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjsellers committed Jan 19, 2011
1 parent 21fa9e5 commit 6b76011
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
4 changes: 3 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
</head>
<body>
<div id="body">
<div id="contentbox">
<div id="contents">
<div id="header">
<a href="/">
<img alt="Easy text extraction and i18n in Ruby on Rails" src="images/herbgobbler.png" width="725"/>
<img alt="Easy text extraction and i18n in Ruby on Rails" src="images/herbgobbler.jpg" width="725"/>
</a>
</div>
<div id="intro">
Expand Down Expand Up @@ -92,6 +93,7 @@ <h2 id="getting-started">
</div>

</div>
</div>
</div>
<div id="footer">
<div class="spacer"></div>
Expand Down
19 changes: 14 additions & 5 deletions www/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
/* line 39 */
html {
width: 100%;
background-color: #c6e7ec;
padding-top: 10px;
background-color: #007C21;
font-family: Helvetica, sans-serif;
}

Expand Down Expand Up @@ -69,13 +68,23 @@ h1 {

/* line 59 */
#body {
display: -webkit-box;
display: -moz-box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-align: center;
-moz-box-align: center;
width: 100%;
}

#contentbox
{
width: 840px;
background-color: white;
position: relative;
top: -10px;
padding-right: 0;
padding-left: 100px;
overflow: visible;
margin: 0 auto;

}

/* line 63 */
Expand Down

0 comments on commit 6b76011

Please sign in to comment.