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:
Nick Winter 2014-11-28 19:39:51 -08:00
parent 31214e854e
commit 8400eb6016
2 changed files with 3 additions and 3 deletions
app
styles/editor/thang
templates/common

View file

@ -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

View file

@ -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