Skip to content

Commit

Permalink
Fixing <img> per comment in PR 372
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos Dinic committed Sep 21, 2012
1 parent 3fe2e50 commit 5a4eb9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mozorg/templates/mozorg/calendar.html
Expand Up @@ -12,7 +12,7 @@
<div class="centerbox">
<div class="topbox row">
<div class="four columns logobox hide-for-touch">
<img src="{{ MEDIA_URL }}img/calendar/lightning/calendar-logo.png" border="0"/>
<img src="{{ MEDIA_URL }}img/calendar/lightning/calendar-logo.png" alt="Mozilla Calendar"/>
</div>
<div class="eight columns infobox">
<h1 class="productlabel">Lightning Calendar</h1>
Expand Down
4 changes: 4 additions & 0 deletions media/css/calendar-lightning.less
Expand Up @@ -23,6 +23,10 @@ ul {
-moz-box-sizing: content-box;
}

.logobox img {
border: 0;
}

.middescription{
border-bottom: 1px solid #D6D6D6;
margin-bottom: 10px;
Expand Down

0 comments on commit 5a4eb9e

Please sign in to comment.