Skip to content

Commit

Permalink
Merge branch 'master' into i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jun 29, 2010
2 parents e325ad4 + 6fa296e commit a5a592c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
11 changes: 9 additions & 2 deletions themes/demolicious/stylesheets/application.css
@@ -1,6 +1,6 @@
@import url('/stylesheets/refinery/application.css');
/*
Override default refinery application CSS below.
/*
Override default refinery application CSS below.
Formatting applies to all frontend.
*/
body {
Expand Down Expand Up @@ -96,3 +96,10 @@ body {
background: url('/images/refinery/logo.png') 0px 80px no-repeat;
text-align: right;
}
.inquiries .field input, .inquiries textarea {
border: 1px solid #75766f;
margin-left: 0px;
}
.inquiries textarea {
width: 375px;
}
5 changes: 1 addition & 4 deletions themes/demolicious/stylesheets/home.css
Expand Up @@ -2,7 +2,4 @@
/*
Override default refinery homepage styles here.
These only apply to the homepage of your site.
*/
#body_content {
margin-top: 1px;
}
*/

0 comments on commit a5a592c

Please sign in to comment.