Skip to content

Commit e152dc0

Browse files
committed
Whitespace fixes.
1 parent c39bcd0 commit e152dc0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Please create a new issue here: https://github.com/AXR/Framework/issues/new. To
3535
- What is happening.
3636
- What did you expect to happen.
3737
- How to reproduce.
38-
- Which version of the prototype is affected.
38+
- Which version of the prototype is affected.

UIFramework.hss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
textAlign: center;
3737
contentAlignY: 50% + 1;
3838
on: @mouseDown { flag(pressed) }, @mouseUp { unflag(pressed) };
39-
39+
4040
@::hover
4141
{
4242
background: UIButtonHoverBaseColor, glossGradientStrong;
@@ -48,4 +48,4 @@
4848
{
4949
background: UIButtonHoverBaseColor;
5050
}
51-
}
51+
}

x_debug_UIButton.hss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
*
44
{
55
contentAlignY: middle;
6-
6+
77
#new test
88
{
99
isA: UIButton;
1010
width: 200;
1111
height: 50;
1212
content: "Button Label";
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)