Remove unused elements from stylesheet
This commit is contained in:
parent
4681a4f7c8
commit
a6ae83cd15
|
@ -23,50 +23,15 @@ a:hover, a:active {
|
||||||
transition-duration: 0.3s;
|
transition-duration: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.introduction {
|
|
||||||
margin-left: 20px;
|
|
||||||
width: 600px;
|
|
||||||
margin-bottom: 4ex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cover {
|
|
||||||
float: left;
|
|
||||||
width: 190px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cover img {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.description {
|
|
||||||
margin-left: 180px;
|
|
||||||
margin-bottom: 6ex;
|
|
||||||
width: 600px;
|
|
||||||
height: 220px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.booktitle, h4.authorname {
|
|
||||||
font-weight: 400;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.covers {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.monospace {
|
.monospace {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.right-align {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 2pt;
|
padding: 2pt;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user