Describe markdown HTML rendering and display a warning

Fixes 
This commit is contained in:
ArthurHoaro 2016-12-01 11:40:24 +01:00
parent 76fb679e38
commit 3d8f5cf84b
4 changed files with 32 additions and 3 deletions

View file

@ -37,6 +37,10 @@ em {
font-style: italic;
}
strong {
font-weight: bold;
}
/* Buttons */
.bigbutton {
background-color: #c0c0c0;
@ -1168,8 +1172,13 @@ ul.errors {
}
#pluginsadmin a {
color: #486D08;
}
#pluginsadmin a.arrow {
color: black;
}
/* 404 page */
.error-container {