Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


HTML
<style>

.wiki-content .confluenceTh,
.wiki-content .confluenceTd {
    border: none;padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

</style>


Excerpt Include
What is AirSend
What is AirSend
nopaneltrue




HTML
<style>
p {font-size:16px;}
</style>


HTML
<span style="font-size: 18px">18px text placeholder</span>




Next:

AirSend channels

Fun features


HTML
<script>
AJS.toInit(function(){
if (AJS.$("div.ia-fixed-sidebar").width() > 55){
AJS.Confluence.Sidebar.toggle();
}
});
</script>

...