mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 21:43:47 -04:00
Reverted Thang Editor style from my item overhaul batch mode. Fixed what I think was a typo in the latest refactoring.
This commit is contained in:
parent
31214e854e
commit
8400eb6016
2 changed files with 3 additions and 3 deletions
app
|
@ -6,7 +6,7 @@
|
|||
height: 100px
|
||||
|
||||
#settings-col
|
||||
width: 860px
|
||||
width: 560px
|
||||
position: absolute
|
||||
left: 0
|
||||
top: 0
|
||||
|
@ -42,7 +42,7 @@
|
|||
#display-col
|
||||
position: absolute
|
||||
width: 440px
|
||||
left: 880px
|
||||
left: 580px
|
||||
top: 0
|
||||
bottom: 0
|
||||
overflow: hidden
|
||||
|
|
|
@ -6,7 +6,7 @@ block content
|
|||
if user && viewName
|
||||
ol.breadcrumb
|
||||
li
|
||||
a(href="/user#{user.getSlugOrID()}") #{user.displayName()}
|
||||
a(href="/user/#{user.getSlugOrID()}") #{user.displayName()}
|
||||
li.active
|
||||
| #{viewName}
|
||||
if !user || user.loading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue