Strip whitespace from ALL the things.

This commit is contained in:
Jimmy Zelinskie 2014-11-24 16:07:38 -05:00
parent f6dd8b0a4d
commit 716d7a737b
171 changed files with 807 additions and 807 deletions

View file

@ -92,7 +92,7 @@
.co-m-navbar {
background-color: white;
margin: 0;
padding-left: 10px;
padding-left: 10px;
}
.co-fx-box-shadow {
@ -185,7 +185,7 @@ nav.navbar-default .navbar-nav>li>a.active {
top: 14px;
left: 0px;
width: 12px;
width: 12px;
height: 12px;
display: inline-block;
border-radius: 50%;
@ -619,7 +619,7 @@ i.toggle-icon:hover {
.logs-view-element .log .log-description code {
max-width: 300px;
display: inline-block;
display: inline-block;
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
@ -636,7 +636,7 @@ i.toggle-icon:hover {
.billing-options-element .current-card .no-card-outline {
display: inline-block;
display: inline-block;
width: 73px;
height: 44px;
vertical-align: middle;
@ -789,17 +789,17 @@ i.toggle-icon:hover {
-webkit-animation-fill-mode: forwards;
}
@-moz-keyframes scaleup {
@-moz-keyframes scaleup {
0% { -moz-transform: scale(0); }
100% { -moz-transform: scale(1); }
}
@-webkit-keyframes scaleup {
@-webkit-keyframes scaleup {
0% { -webkit-transform: scale(0); }
100% { -webkit-transform: scale(1); }
}
@keyframes scaleup {
@keyframes scaleup {
0% { transform: scale(0); }
100% { transform: scale(1); }
}
@ -997,7 +997,7 @@ i.toggle-icon:hover {
float: right;
vertical-align: middle;
font-size: 20px;
}
}
.accordion-toggle {
cursor: pointer;
@ -1340,7 +1340,7 @@ i.toggle-icon:hover {
bottom: 0px;
right: 20px;
font-size: 12px;
color: #aaa;
color: #aaa;
}
.plans-list .plan .count {
@ -2379,7 +2379,7 @@ p.editable:hover i {
border-radius: 4px;
}
.clipboard-copied-message {
.clipboard-copied-message {
-webkit-animation: fadeOut 4s ease-in-out 0s 1 forwards;
-moz-animation: fadeOut 4s ease-in-out 0s 1 forwards;
-ms-animation: fadeOut 4s ease-in-out 0s 1 forwards;
@ -3167,7 +3167,7 @@ p.editable:hover i {
}
.usage-caption {
display: inline-block;
display: inline-block;
color: #aaa;
font-size: 26px;
margin-left: 10px;
@ -3257,7 +3257,7 @@ p.editable:hover i {
margin-right: 10px;
}
.org-view .highlight .team-title {
.org-view .highlight .team-title {
animation: highlighttemp 1s 2;
animation-timing-function: ease-in-out;
animation-direction: alternate;
@ -3271,22 +3271,22 @@ p.editable:hover i {
-webkit-animation-direction: alternate;
}
@-moz-keyframes highlighttemp {
@-moz-keyframes highlighttemp {
0% { background-color: white; }
100% { background-color: rgba(92, 184, 92, 0.36); }
}
@-webkit-keyframes highlighttemp {
@-webkit-keyframes highlighttemp {
0% { background-color: white; }
100% { background-color: rgba(92, 184, 92, 0.36); }
}
@keyframes highlighttemp {
@keyframes highlighttemp {
0% { background-color: white; }
100% { background-color: rgba(92, 184, 92, 0.36); }
}
.org-view .team-title {
.org-view .team-title {
font-size: 20px;
text-transform: none;
padding: 4px;
@ -4626,7 +4626,7 @@ have a fixed width and height (but it's not required).
.tour-section.tour-header {
margin-top: 40px;
margin-bottom: 40px;
}
}
.tour-section.tour-header .tour-section-title {
text-align: center;
@ -4735,13 +4735,13 @@ have a fixed width and height (but it's not required).
color: #888;
}
.testimonial .speaker-info .speaker-title a {
.testimonial .speaker-info .speaker-title a {
text-decoration: none;
color: #888;
}
.learn-more {
float: right;
float: right;
font-size: 22px;
}
@ -4775,7 +4775,7 @@ i.slack-icon {
.external-notification-view-element {
margin: 10px;
padding: 6px;
padding: 6px;
border: 1px solid #eee;
border-radius: 6px;
}
@ -4871,4 +4871,4 @@ i.slack-icon {
#startTriggerDialog #runForm .field-title {
width: 120px;
padding-right: 10px;
}
}