atom-beautify/examples/nested-jsbeautifyrc/less/expected/test4.less

21 lines
278 B
Plaintext
Raw Normal View History

section#photo-details {
width: 1140px;
margin: 60px auto 70px;
}
div.photo-view {
text-align: center;
figure {
box-shadow: 0 0 3px 1px rgba(0,0,0,0.75);
display: inline-block;
margin: 0 0 60px;
padding: 0;
img {
display: block;
}
}
2015-06-25 06:06:05 -06:00
}