hydra/src/root/static/css/hydra.css

37 lines
462 B
CSS

body {
padding-top: 60px;
}
.logo {
height: 30px;
}
th {
text-align: left;
vertical-align: top;
}
.template {
display: none;
}
h3 {
margin-top: 1em;
}
table.productList {
border-collapse: separate;
border-spacing: 0em 1em;
}
span:target > span.dep-tree-line {
font-style: italic;
font-weight: bold;
}
:target {
padding-top: 40px;
margin-top: -40px;
display: inline-block; /* required for webkit browsers */
}