diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/style.css b/style.css index f39dcf7..08917bf 100644 --- a/style.css +++ b/style.css @@ -9,3 +9,25 @@ li { margin-top: 4px; margin-bottom: 4px; } + +.thumb-list { + padding-left: 0; +} + +.thumb-list li { + display: flex; + flex-direction: row; + align-items: center; + border-bottom: 1px solid #888; + margin-top: 0; + margin-bottom: 0; + padding: 4px; +} + +.thumb-list li:first-child { + border-top: 1px solid #888; +} + +.thumb-list li img { + margin-right: 10px; +} |