Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#5614 from ranbena/fix-textalign
Browse files Browse the repository at this point in the history
Fixed text-align style after last gaia commit
  • Loading branch information
Cristian Rodriguez committed Oct 2, 2012
2 parents 216ca85 + 5188498 commit ab87ec5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions apps/homescreen/everything.me/css/common.css
@@ -1,9 +1,3 @@
#evmeContainer {
font: normal 12px 'Open Sans', Sans-Serif;
}
#evmeContainer fieldset {
border-width: 0;
}
#evmeContainer {
position: fixed;
overflow: hidden;
Expand All @@ -15,11 +9,16 @@
height: 100%;
background: transparent;
background-size: 100% 100%;
font: normal 12px 'Open Sans', Sans-Serif;
text-align: left;
}
#evmeContainer * {
margin: 0;
padding: 0;
}
#evmeContainer fieldset {
border-width: 0;
}
#evmeContainer a {
text-decoration: none;
color: inherit;
Expand Down

0 comments on commit ab87ec5

Please sign in to comment.