Skip to content

Commit

Permalink
Reduce width of messages to fit new node.tpl.php template.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 20, 2011
1 parent 89c14d3 commit 8c0bc46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions style.css
Expand Up @@ -4,9 +4,9 @@
body {
background-repeat: no-repeat;
background-color: #9797a1;
background-image: url('images/gradient.jpg?1295550629'), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(7%, #9797a1), color-stop(75%, #dddce1));
background-image: url('images/gradient.jpg?1295550629'), -moz-linear-gradient(bottom, #9797a1 7%, #dddce1 75%);
background-image: url('images/gradient.jpg?1295550629'), linear-gradient(bottom, #9797a1 7%, #dddce1 75%); }
background-image: url('images/gradient.jpg?1287805802'), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(7%, #9797a1), color-stop(75%, #dddce1));
background-image: url('images/gradient.jpg?1287805802'), -moz-linear-gradient(bottom, #9797a1 7%, #dddce1 75%);
background-image: url('images/gradient.jpg?1287805802'), linear-gradient(bottom, #9797a1 7%, #dddce1 75%); }

a {
color: #183152;
Expand Down Expand Up @@ -488,7 +488,7 @@ a.button, div.button a {
font-weight: bold;
background: window;
margin-left: 10px;
width: 720px;
width: 640px;
clear: both; }
.messages.success {
border: 1px solid #7AC142;
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Expand Up @@ -389,7 +389,7 @@ a.button, div.button a {
font-weight: bold;
background: window;
margin-left: 10px;
width: 720px;
width: 640px;
clear: both;
&.success {
border: 1px solid #7AC142;
Expand Down

0 comments on commit 8c0bc46

Please sign in to comment.