From c2222a42c7c604b540c90ef37d71dc51d1e5c5fc Mon Sep 17 00:00:00 2001 From: Thrashmandicoot Date: Fri, 30 Oct 2015 20:01:06 -0700 Subject: [PATCH] Add 70% width styling for item sales --- website/public/css/npcs.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/public/css/npcs.styl b/website/public/css/npcs.styl index 14fee471ea..9a58512d85 100644 --- a/website/public/css/npcs.styl +++ b/website/public/css/npcs.styl @@ -34,4 +34,7 @@ display block position:relative -.popover-navigation {clear:both;} \ No newline at end of file +.popover-navigation {clear:both;} + +.item-w-70 + width: 70%