From 3a38bb849b0d788c3bb4296de2245633d6b3b947 Mon Sep 17 00:00:00 2001 From: Matt T Elliott Date: Mon, 26 Jan 2015 23:08:15 -0800 Subject: [PATCH 1/2] add .border-left --- public/css/game-pane.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/game-pane.styl b/public/css/game-pane.styl index 8ccc3c211d..5f7216fff9 100644 --- a/public/css/game-pane.styl +++ b/public/css/game-pane.styl @@ -1,6 +1,9 @@ .border-right border-right 1px solid #ddd +.border-left + border-left 1px solid #ddd + .tab-notification color #fff background-color #51a351 From 2c40097403ad85a7e81028dd57767fe48776327a Mon Sep 17 00:00:00 2001 From: Matt T Elliott Date: Mon, 26 Jan 2015 23:14:19 -0800 Subject: [PATCH 2/2] move from left div to right --- views/options/inventory/inventory.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/options/inventory/inventory.jade b/views/options/inventory/inventory.jade index cd20135ae0..38c29b3f25 100644 --- a/views/options/inventory/inventory.jade +++ b/views/options/inventory/inventory.jade @@ -88,7 +88,7 @@ script(type='text/ng-template', id='partials/options.inventory.timetravelers.htm script(type='text/ng-template', id='partials/options.inventory.drops.html') .container-fluid .row - .col-md-6.border-right + .col-md-6 h2=env.t('inventory') p.well=env.t('inventoryText') menu.inventory-list(type='list') @@ -150,7 +150,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html') button.customize-option(popover="New Year's Card from {{User.user.items.special.nyeReceived[0]}}", popover-trigger='mouseenter', popover-placement='right', ng-click='openModal("nye")', class='inventory_special_nye') .badge.badge-info.stack-count {{user.items.special.nyeReceived.length}} - .col-md-6 + .col-md-6.border-left h2=env.t('market') .row-fluid table.npc_alex_container