1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00
Files

10 lines
117 B
CSS

.documentlist {
height: 100px;
overflow: auto;
}
.documentlist:hover {
cursor: pointer;
background: #EEE;
}