Finalize detail page
This commit is contained in:
@ -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%;
|
||||
|
Reference in New Issue
Block a user