Finalize detail page

This commit is contained in:
sqozz
2017-12-29 08:42:22 +01:00
parent e8b46e9763
commit 29300c09b5
4 changed files with 25 additions and 10 deletions

View File

@ -1,3 +1,11 @@
#torrent a {
text-decoration: underline;
}
#torrent a:hover {
text-decoration: none;
}
h4 {
display: flex;
justify-content: center;
@ -13,14 +21,14 @@ h4 {
display: inline;
}
.detailrow :first-child {
.detailrow > :first-child {
width: 30%;
font-size: 1.2em;
font-weight: bold;
float: left;
}
.detailrow :last-child {
.detailrow > :last-child {
display: flex;
justify-content: right;
width: 70%;