Skip to content

Commit

Permalink
Squashed 'Ammo/' changes from 45b14cc..6e9b77d
Browse files Browse the repository at this point in the history
6e9b77d prod-Ammo: Updated prod version of Ammo at version 0.21.

git-subtree-dir: Ammo
git-subtree-split: 6e9b77db36d767a9d4b2e5c91c2b0cd5122ba7a8
  • Loading branch information
shdwjk committed Feb 18, 2015
1 parent 224f333 commit a7dac13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Ammo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var Ammo = Ammo || (function() {
'use strict';

var version = 0.2,
var version = 0.21,
schemaVersion = 0.1,

ch = function (c) {
Expand Down Expand Up @@ -39,7 +39,6 @@ sendChat('','<div style="display: inline-block;position:relative; max-width:410p
+'<span style="display: inline-block; padding: 2px 5px;position:absolute;left:0;background-color:#333; color: #fff; border:2px solid #333; border-radius: 30px 0 0 30px; width: 90px; height: calc(100% - 8px);">'
+'<span style="position: absolute; top:50%; left:50%; width:100%; text-align: center; transform: translate(-50%, -50%);">I am the title</span>'
+'</span>'
+'<span style="display: inline-block;position:relative;text-align: left; margin-align: 104px; background-color: #0d0; border: 2px solid #333; border-left: 0; border-radius: 0 30px 30xp 0; padding-right: 15px;">description, could be long</span>'
+'</div>');

},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ammo",
"version": "0.2",
"version": "0.21",
"description": "Provides inventory management for ammunition stored in an attribute of a character.",
"authors": "The Aaron",
"roll20userid": "104025",
Expand Down

0 comments on commit a7dac13

Please sign in to comment.