Skip to content

Commit

Permalink
Add clock icon to mariobar
Browse files Browse the repository at this point in the history
  • Loading branch information
dram55 committed Aug 18, 2019
1 parent 33ed76b commit 677042c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MarioMaker2OCR/MarioMaker2OCR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@
<Content Include="web\drambar\images\smw_clock.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="web\drambar\images\smw_clock_dark.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="web\drambar\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
Binary file added MarioMaker2OCR/web/drambar/images/smw_clock_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion MarioMaker2OCR/web/mariobar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ h4 {
text-align: center;
margin-bottom:8px;
box-shadow: -2px 4px 5px rgba(0, 0, 0, .9) ;
max-width: 230px;
}

.level-code {
Expand All @@ -43,7 +44,7 @@ h4 {
/**-webkit-text-stroke: .5px #000;**/
}

.level-name { color: #dedede; font-size: 1.2em;margin-bottom:.4em}
.level-name { color: #dedede; font-size: 1.2em;margin-bottom:.4em; line-height: 1.2em;}

.death-count {margin-left: auto;}
.death-count img {margin-right:auto;}
Expand Down

0 comments on commit 677042c

Please sign in to comment.