Skip to content

Commit

Permalink
Fix styles for images in firefox to not have border
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhaines committed Nov 17, 2011
1 parent 4cc285f commit 4c8439a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _site/stylesheets/global_day.css
Expand Up @@ -7,6 +7,10 @@
text-align: center;
}

img {
border: none;
}

.global_day #main {
float: left;
width: 684px;
Expand Down
4 changes: 4 additions & 0 deletions stylesheets/global_day.css
Expand Up @@ -7,6 +7,10 @@
text-align: center;
}

img {
border: none;
}

.global_day #main {
float: left;
width: 684px;
Expand Down

0 comments on commit 4c8439a

Please sign in to comment.