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

28 lines
327 B
CSS
Raw Normal View History

.logTreeToggle {
text-decoration: none;
font-family: monospace;
font-size: larger;
}
2012-04-13 08:05:02 +00:00
.logo {
2012-04-13 08:33:11 +00:00
height: 30px;
2012-04-13 08:05:02 +00:00
}
th {
text-align: left;
vertical-align: top;
}
.template {
display: none;
}
h3 {
margin-top: 1em;
}
2012-07-18 22:33:02 +00:00
table.productList {
border-collapse: separate;
border-spacing: 0em 1em;
}