Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

logo 'beta' tag css fix #515

Merged
merged 2 commits into from
Nov 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions assets/css/layout/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,17 @@
}

.logo-link:after {
content: '';
background: url('/images/badge-beta.svg');
background-size: contain;
background-repeat: no-repeat;
display: block;
content: 'beta';
display: inline-block;
width: 37px;
height: 17px;
margin-top: 23px;
margin-left: 155px;
height: 18px;
margin-top: 21px;
margin-left: 160px;
padding: 0 1px;
line-height: 19px;
font-size: 10px;
background-color: $gray-lighter;
border-radius: 15px;
}
}

Expand Down
13 changes: 0 additions & 13 deletions assets/images/badge-beta.svg

This file was deleted.