webapp: Fixed visual glitch in xmpp pairing.

It seems that all other uses of <div .col-sm-9> occur outside of
<div .content-box>. This one occurred inside it, when xmpp pairing.

This was introduced in the bootstrap 3 conversion.
This commit is contained in:
Joey Hess 2014-09-04 16:17:43 -04:00
parent 974be83aef
commit 0881f6d45c
3 changed files with 9 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
git-annex (5.20140832) UNRELEASED; urgency=medium
* webapp: Fixed visual glitch in xmpp pairing.
-- Joey Hess <joeyh@debian.org> Thu, 04 Sep 2014 16:17:22 -0400
git-annex (5.20140831) unstable; urgency=medium
* Make --help work when not in a git repository. Closes: #758592