« get me outta code hell

User project list - scratchrlol - Simple HTML-based Scratch client
summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-11-14 21:50:59 -0400
committerFlorrie <towerofnix@gmail.com>2018-11-14 21:51:40 -0400
commit22a90c28477c964b385f70c3d351e50922403d78 (patch)
tree8839fa9cbaa83db993fcfc91bc02a0a0c1541a2b /style.css
parent9d06adb6966a4c7ad1c7605f49c2cf30755bc928 (diff)
User project list
Diffstat (limited to 'style.css')
-rw-r--r--style.css22
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;
+}