impress/app/stylesheets/items/_show.scss
2010-05-15 20:46:41 -04:00

20 lines
348 B
SCSS

body.show {
header {
display: block;
}
#item-thumbnail {
@include inline-block;
border: 1px solid $module_border_color;
height: 80px;
margin-right: -.5em;
width: 80px;
}
#item-name {
@include inline-block;
border-bottom: 1px solid $module_border_color;
margin: 0;
padding: 0 1em 0 1em;
}
}