mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Merge pull request #2281 from divyanshu013/master
Fixed the issue with the Leaderboard view to fit properly for #2254
This commit is contained in:
commit
86fa8dd59d
2 changed files with 3 additions and 3 deletions
|
@ -95,9 +95,9 @@
|
|||
.leaderboard-tab-content
|
||||
position: absolute
|
||||
left: 219px
|
||||
top: 21px
|
||||
top: 55px
|
||||
width: 571px
|
||||
height: 514px
|
||||
height: 490px
|
||||
padding: 50px
|
||||
overflow-y: scroll
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.leaderboard-tab-view
|
||||
|
||||
h1
|
||||
margin-top: -20px
|
||||
margin-top: -40px
|
||||
color: rgb(254,188,68)
|
||||
font-size: 30px
|
||||
text-shadow: black 2px 2px 0, black -2px -2px 0, black 2px -2px 0, black -2px 2px 0, black 2px 0px 0, black 0px -2px 0, black -2px 0px 0, black 0px 2px 0
|
||||
|
|
Loading…
Reference in a new issue