Skip to content

Commit

Permalink
Issue drupalprojects#4 Adjust CSS for x/y Issue with important tag - …
Browse files Browse the repository at this point in the history
…final
  • Loading branch information
John Ouellet committed Jun 27, 2014
1 parent 083143a commit a15fbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hotsauce.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ body.maintenance-page #logo {
}

body.in-maintenance #page {
width: 970px;
width: 970px !important;
}

body.in-maintenance #content {
width: 700px;
width: 700px !important;
}

body.in-maintenance #content #kalapreview-image-load-image img {
Expand Down

0 comments on commit a15fbf9

Please sign in to comment.