« get me outta code hell

get rid of list/table code - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2020-11-09 23:45:55 -0400
committer(quasar) nebula <towerofnix@gmail.com>2020-11-09 23:48:09 -0400
commitc42861023bd97b355e59bc35e517ee76304df5a9 (patch)
tree8784f8be39d6feb3a582eb831245343c0d87d3b1 /static
parenta1c827af7dd988af50369127618368e1c1bec652 (diff)
get rid of list/table code
the code is all fine (if a bit unwieldy) -- the main issue is it just
doesnt fit the site well!! might explore similar ideas in the future but
for now grid and normal <ul/ol>-style listings are just fine
Diffstat (limited to 'static')
-rw-r--r--static/site.css47
1 files changed, 0 insertions, 47 deletions
diff --git a/static/site.css b/static/site.css
index 7a181b9..f9e26a7 100644
--- a/static/site.css
+++ b/static/site.css
@@ -343,53 +343,6 @@ h1 {
     font-size: 0.9em;
 }
 
-.table-listing {
-    display: flex;
-    flex-direction: column;
-}
-
-.table-row {
-    display: flex;
-    align-items: center;
-    margin: 5px;
-}
-
-.table-row img {
-    display: block;
-    height: 60px;
-    width: 60px;
-    padding: 2px;
-}
-
-.table-row-summary {
-    flex-grow: 1;
-    margin-left: 10px;
-}
-
-.table-row-info {
-    color: white;
-    white-space: nowrap;
-}
-
-.table-row-column {
-    width: 100px;
-    text-align: center;
-}
-
-.table-row:hover {
-    text-decoration: none;
-}
-
-.table-row:hover .table-row-name,
-.table-row:hover .table-row-column {
-    text-decoration: underline;
-}
-
-.table-row-summary > .table-row-info:not(:last-child)::after {
-    content: " \00b7 ";
-    font-weight: 800;
-}
-
 .square {
     position: relative;
     width: 100%;