diff --git a/static/css/base.css b/static/css/base.css index 60696e9e..435713c2 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -56,10 +56,6 @@ body { font-weight: bold; } -.navbar-text { - font-size: small; -} - #nav-sign-up { padding: 21px 0 21px 15px; } diff --git a/static/css/channels.css b/static/css/channels.css index 94d40524..9142a094 100644 --- a/static/css/channels.css +++ b/static/css/channels.css @@ -43,14 +43,6 @@ table.channels-table > tbody > tr > th { border-top: 0; } -.preposition, .description { - color: #888; -} - -.channel-disabled { - font-size: small; -} - .edit-name, .edit-checks { padding: 12px 6px; border: 1px solid transparent; @@ -100,11 +92,6 @@ table.channels-table > tbody > tr > th { visibility: visible; } -.webhook-details td { - max-width: 300px; - -} - .ai-title { margin-top: 2em; } @@ -233,10 +220,6 @@ table.channels-table > tbody > tr > th { border: 6px solid #EEE; } -.variable-column { - width: 160px; -} - .add-integration li.link-to-github { padding: 16px 0; } @@ -249,25 +232,6 @@ table.channels-table > tbody > tr > th { font-size: 16px; } -.channel-details table { - width: 100%; -} - -.channel-details td, .channel-details th { - padding: 15px; - border-bottom: 1px solid #eee; -} - -.channel-details tr:last-child td, .channel-details tr:last-child th { - border-bottom: 0; -} - - -.channel-details .missing { - color: #999; - font-style: italic; -} - .channel-modal .modal-body { padding: 15px 40px; } diff --git a/static/css/docs.css b/static/css/docs.css index fa9446f8..7af68b92 100644 --- a/static/css/docs.css +++ b/static/css/docs.css @@ -22,11 +22,6 @@ li + li.nav-header { font-weight: bold; } -.curl-opts th { - white-space: nowrap; - font-family: monospace; -} - h2.rule { border-top: 3px solid #eee; margin-top: 30px; diff --git a/static/css/log.css b/static/css/log.css index 2757666e..3505d5b0 100644 --- a/static/css/log.css +++ b/static/css/log.css @@ -7,11 +7,6 @@ font-size: 13px; } -#log th { - border-top: 0; - border-bottom: 1px solid #E5E5E5; -} - #log td { color: #444; position: relative; diff --git a/static/css/pricing.css b/static/css/pricing.css index 8d105b5d..a5fd6d5a 100644 --- a/static/css/pricing.css +++ b/static/css/pricing.css @@ -4,10 +4,6 @@ font-size: 28px; } -#subscription-status form { - display: inline-block; -} - .panel.plan h1 { font-size: 24px; font-weight: bold;