Skip to content

Commit

Permalink
Yay! Headers are no longer broken by long strings
Browse files Browse the repository at this point in the history
We really shouldn't be using images that are a fixed size and can't be
stretched vertically.  If we want a gradient effect, the bottom can't
change colors right before it cuts off
  • Loading branch information
slusarz committed Aug 27, 2014
1 parent 296622b commit 020df07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imp/themes/default/screen.css
@@ -1,3 +1,8 @@
.header {
background-color: #becaca;
background-image: none;
}

/* Mailbox page styling. */
#mailboxLabel {
margin-left: 20px;
Expand Down

0 comments on commit 020df07

Please sign in to comment.