1/**
2 * This file provides styles for the image detail page (detail.php).
3 */
4
5.detail-wrapper {
6  overflow: hidden;
7}
8
9.detail-img {
10  width: 75%;
11  max-width: inherit;
12  float: left;
13}
14
15.detail-img a:hover {
16  border-bottom: 0;
17}
18
19.detail-meta {
20  width: 20%;
21  float: right;
22}
23
24.detail-meta dt {
25  font-size: .8em;
26  color: @ini_breadcrumb_hover;
27}
28
29.detail-meta dd {
30  margin: 0;
31  margin-bottom: .5em;
32}
33
34.detail-tools {
35  margin-top: 1em;
36  display: block;
37  list-style: none;
38  padding-left: 0;
39}
40