Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
nice little bg
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhelmig committed Mar 21, 2012
1 parent e357c88 commit 3acc7d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified .sass-cache/2fccd1343862128af05087017eb711bd29a7b358/base.scssc
Binary file not shown.
6 changes: 3 additions & 3 deletions emailpie/src/sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
}

body {
background:#f3f3f3;
color:#666;
background:transparent url('../img/square_bg.png') repeat;
color:#555;
}

.wrapper {
Expand Down Expand Up @@ -44,7 +44,7 @@ body {
}

.well {
background:#e7e7e7;
background:#f3f3f3;
padding:24px 48px 12px;
border:1px solid #ccc;
@include border-radius(6px);
Expand Down
6 changes: 3 additions & 3 deletions emailpie/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ caption {
font-family: 'Coming Soon', cursive; }

body {
background: #f3f3f3;
color: #666; }
background: transparent url("../img/square_bg.png") repeat;
color: #555; }

.wrapper {
max-width: 500px;
Expand All @@ -265,7 +265,7 @@ body {
.wrapper p {
text-align: center; }
.wrapper .well {
background: #e7e7e7;
background: #f3f3f3;
padding: 24px 48px 12px;
border: 1px solid #ccc;
-moz-border-radius: 6px;
Expand Down
Binary file added emailpie/static/img/square_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3acc7d6

Please sign in to comment.