Added markdown to text areas

This commit is contained in:
Stefan Zermatten
2015-07-27 10:21:26 +02:00
parent 4b60eac330
commit 0e194a5408
16 changed files with 24 additions and 16 deletions

View File

@@ -29,6 +29,11 @@ core-header-panel[drawer] {
box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
}
//Paragraphs
p {
margin-bottom: 8px;
}
//Horizontal rule
hr {
background-color: #444;
@@ -37,7 +42,7 @@ hr {
color: #444;
height: 1px;
line-height: 0;
margin: 16px -16px;
margin: 16px 0;
text-align: center;
}