From 8f2674001067fbcd260896039ffec94e78e8cbaf Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Fri, 5 Jul 2013 21:24:26 -0700 Subject: [PATCH] Add bin + open, close + bin spacing styles Summary: Closes T2. Reviewers: xymostech Reviewed By: xymostech Maniphest Tasks: T2 Differential Revision: http://phabricator.benalpert.com/D34 --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 0c53c9a65..019378f01 100644 --- a/style.css +++ b/style.css @@ -55,6 +55,14 @@ input { margin-left: 0.22222em; } +.mbin + .mopen { + margin-left: 0.22222em; +} + +.mclose + .mbin { + margin-left: 0.22222em; +} + .msub { vertical-align: bottom; font-size: 70%;