Browse Source

Remove unused CSS

pull/457/head
Pēteris Caune 4 years ago
parent
commit
70ef9c1904
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
5 changed files with 0 additions and 54 deletions
  1. +0
    -4
      static/css/base.css
  2. +0
    -36
      static/css/channels.css
  3. +0
    -5
      static/css/docs.css
  4. +0
    -5
      static/css/log.css
  5. +0
    -4
      static/css/pricing.css

+ 0
- 4
static/css/base.css View File

@ -56,10 +56,6 @@ body {
font-weight: bold; font-weight: bold;
} }
.navbar-text {
font-size: small;
}
#nav-sign-up { #nav-sign-up {
padding: 21px 0 21px 15px; padding: 21px 0 21px 15px;
} }


+ 0
- 36
static/css/channels.css View File

@ -43,14 +43,6 @@ table.channels-table > tbody > tr > th {
border-top: 0; border-top: 0;
} }
.preposition, .description {
color: #888;
}
.channel-disabled {
font-size: small;
}
.edit-name, .edit-checks { .edit-name, .edit-checks {
padding: 12px 6px; padding: 12px 6px;
border: 1px solid transparent; border: 1px solid transparent;
@ -100,11 +92,6 @@ table.channels-table > tbody > tr > th {
visibility: visible; visibility: visible;
} }
.webhook-details td {
max-width: 300px;
}
.ai-title { .ai-title {
margin-top: 2em; margin-top: 2em;
} }
@ -233,10 +220,6 @@ table.channels-table > tbody > tr > th {
border: 6px solid #EEE; border: 6px solid #EEE;
} }
.variable-column {
width: 160px;
}
.add-integration li.link-to-github { .add-integration li.link-to-github {
padding: 16px 0; padding: 16px 0;
} }
@ -249,25 +232,6 @@ table.channels-table > tbody > tr > th {
font-size: 16px; 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 { .channel-modal .modal-body {
padding: 15px 40px; padding: 15px 40px;
} }

+ 0
- 5
static/css/docs.css View File

@ -22,11 +22,6 @@ li + li.nav-header {
font-weight: bold; font-weight: bold;
} }
.curl-opts th {
white-space: nowrap;
font-family: monospace;
}
h2.rule { h2.rule {
border-top: 3px solid #eee; border-top: 3px solid #eee;
margin-top: 30px; margin-top: 30px;


+ 0
- 5
static/css/log.css View File

@ -7,11 +7,6 @@
font-size: 13px; font-size: 13px;
} }
#log th {
border-top: 0;
border-bottom: 1px solid #E5E5E5;
}
#log td { #log td {
color: #444; color: #444;
position: relative; position: relative;


+ 0
- 4
static/css/pricing.css View File

@ -4,10 +4,6 @@
font-size: 28px; font-size: 28px;
} }
#subscription-status form {
display: inline-block;
}
.panel.plan h1 { .panel.plan h1 {
font-size: 24px; font-size: 24px;
font-weight: bold; font-weight: bold;


Loading…
Cancel
Save