Skip to content

Commit

Permalink
Move quote into center only for Sepia theme since other themes seem t…
Browse files Browse the repository at this point in the history
…o be oh'kay.
  • Loading branch information
jarmo committed May 19, 2012
1 parent a078ae1 commit 2c783bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/themes/base.scss
Expand Up @@ -43,7 +43,6 @@ strong { font-weight: bolder; }
overflow: hidden;
width: 75%;
margin: 0 auto;
display: inline-block;
}

#template { display: none; }
Expand Down
2 changes: 2 additions & 0 deletions public/themes/sepia/sepia.scss
Expand Up @@ -36,6 +36,8 @@ body[data-theme=sepia] {
}
}

#container { display: inline-block; }

#themes {
$img: "sepia/sepia-themes.png";
min-width: image-width($img);
Expand Down

0 comments on commit 2c783bd

Please sign in to comment.