diff options
author | Florrie <towerofnix@gmail.com> | 2018-11-14 21:50:59 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-11-14 21:51:40 -0400 |
commit | 22a90c28477c964b385f70c3d351e50922403d78 (patch) | |
tree | 8839fa9cbaa83db993fcfc91bc02a0a0c1541a2b /style.css | |
parent | 9d06adb6966a4c7ad1c7605f49c2cf30755bc928 (diff) |
User project list
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; +} |