www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8f2674001067fbcd260896039ffec94e78e8cbaf
parent d436e09d076eb7604c9c82491d866db15d5e2412
Author: Ben Alpert <spicyjalapeno@gmail.com>
Date:   Fri,  5 Jul 2013 21:24:26 -0700

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

Diffstat:
Mstyle.css | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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%;