Skip to content

Commit bff001a

Browse files
author
Jeffrey Cameron
committed
Added box shadow to the container element to soften its look and feel
1 parent 0181b3d commit bff001a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Pickles/Pickles/Resources/structure.css

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
border: 1px solid gray;
1111
line-height: 130%;
1212
background-color: #f2f2f2;
13+
-moz-box-shadow: 5px 5px 5px #ccc;
14+
-webkit-box-shadow: 5px 5px 5px #ccc;
15+
box-shadow: 5px 5px 5px #ccc;
1316
}
1417

1518
/*************************************************************************

0 commit comments

Comments
 (0)