impress/app/stylesheets/items/_index.scss

37 lines
374 B
SCSS
Raw Normal View History

2010-06-08 07:39:23 -07:00
form {
margin-bottom: 2em;
}
@mixin main_unit {
float: left;
width: 49%;
h2 {
font-size: 125%;
}
}
#search-help {
@include main_unit;
padding-right: 1%;
dl {
text-align: left;
}
dd {
margin-bottom: 1em;
}
}
#species-search-links {
@include main_unit;
padding-left: 1%;
img {
height: 80px;
width: 80px;
}
}