feat(panel): working on panel help text and unifying panel links, panel errors, and panel help into a single panel feature, #4079 , #6847

This commit is contained in:
Torkel Ödegaard
2016-12-16 13:06:04 +01:00
parent ac9ae52cea
commit 62f3b16671
8 changed files with 50 additions and 43 deletions

View File

@@ -37,32 +37,6 @@
overflow: hidden;
}
.plugin-markdown-readme {
img {
max-width: 100%;
}
ul {
padding-left: $spacer*1.5;
margin-bottom: $spacer*2;
}
table {
td, th {
padding: $spacer*.5 $spacer;
}
th {
font-weight: normal;
background: $table-bg-accent;
}
}
table, th, td {
border: 1px solid $table-border;
border-collapse: collapse;
}
}
.get-more-plugins-link {
color: $text-muted;
font-size: $font-size-sm;