Titivillus/quest/static/quest_index.css

34 lines
373 B
CSS
Raw Normal View History

2018-10-03 12:17:57 -04:00
#content {
padding-left: 5%;
padding-right: 5%;
}
#results {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border: 1px solid #ccc;
}
thead {
border: 1px solid #ccc;
}
2018-10-03 12:17:57 -04:00
tr:nth-child(even) {
background-color: #DDDDDD;
}
.title {
width: 20%;
padding-left: 1em;
}
.description {
padding-left: 1em;
2018-10-03 12:17:57 -04:00
}
.author {
width: 20%;
text-align: center;
2018-10-03 12:17:57 -04:00
}