mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
10 lines
117 B
CSS
10 lines
117 B
CSS
.documentlist {
|
|
height: 100px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.documentlist:hover {
|
|
cursor: pointer;
|
|
background: #EEE;
|
|
}
|