sass-site/source/assets/stylesheets/components/_release-information.scss
2012-11-28 04:09:45 -08:00

21 lines
342 B
SCSS

// ===========================================================================
// MESSAGES
.release-information {
@include float-right;
margin-top: .875em;
width: 19.3333333333333em;
text-align: left;
p,
ul { padding: 0; }
ul { @extend %horizontal-list; }
li:last-child {
float: right;
text-align: right;
}
}