From fa27fae5242aa91252f2501384e0209c14c9a907 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Fri, 14 Aug 2015 14:53:00 +0200 Subject: [PATCH] remove even more styles --- app/styles/app.scss | 1 - app/styles/app/main/list.sass | 47 ----------------------------------- 2 files changed, 48 deletions(-) delete mode 100644 app/styles/app/main/list.sass diff --git a/app/styles/app.scss b/app/styles/app.scss index 108cc3d8..78f30913 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -14,7 +14,6 @@ @import "app/main/annotations"; @import "app/userlike"; -@import "app/main/list"; @import "app/main/log"; @import "app/misc"; @import "app/popup"; diff --git a/app/styles/app/main/list.sass b/app/styles/app/main/list.sass deleted file mode 100644 index e01b9831..00000000 --- a/app/styles/app/main/list.sass +++ /dev/null @@ -1,47 +0,0 @@ - -table.list - width: 100% - margin: 25px 0 0 12px - border-spacing: 0 - - a - text-decoration: underline - - caption - margin-bottom: 8px - text-align: left - color: $color-text - font-size: $font-size-big - font-weight: bold - - td, th - text-align: left - font-size: $font-size-small - padding: 5px 20px 5px 0 - vertical-align: top - - tr - max-height: 20px - - th - font-size: 13px - color: $color-text - white-space: nowrap - border-bottom: 2px solid white - - td - white-space: nowrap - border-bottom: 2px solid white - &.message - overflow: hidden - text-overflow: ellipsis - white-space: normal - - td:first-child - border-left-radius: 4px - - td:last-child - border-right-radius: 4px - - tr.message, td.message - width: 100%