Skip to content

Commit fe26a23

Browse files
committed
Disable shadow in border example
Signed-off-by: Nico Burns <[email protected]>
1 parent ff4e9b1 commit fe26a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/assets/border.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
border-top: 10px solid #ff0;
2323
border-right: 3px solid #F01;
2424
border-bottom: 9px solid #0f0;
25-
box-shadow: 10px 10px gray;
25+
/*box-shadow: 10px 10px gray;*/
2626
}
2727

2828
#b {

0 commit comments

Comments
 (0)