Skip to content

Commit

Permalink
Add bronze border CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
glutSolidSphere committed Apr 12, 2017
1 parent 96198af commit 72a3eb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/css/lobby.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ h3 {
background-color:rgba(0, 0, 0, 0.4);
}

.border-bronze-trimmed {
border: 15px solid transparent;
border-image: url("/images/border2.png") 16 repeat;
background-color:rgba(0, 0, 0, 0.4);
}

/* Inner Border */
.border-gold-trimmed {
border: 15px solid transparent;
Expand Down

0 comments on commit 72a3eb6

Please sign in to comment.