Ready for first release

This commit is contained in:
Paulus Schoutsen 2014-12-21 14:40:18 -08:00
parent 775045fc86
commit 86bb2df430
10 changed files with 438 additions and 79 deletions

View file

@ -17,6 +17,19 @@
margin-top: -18px;
}
article.post, article.page {
table, img {
border-radius: 3px;
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
}
table {
background-color: white;
}
}
.note {
background: #e7f2fa;
padding: 12px;
@ -30,8 +43,8 @@
}
.title {
border-top-left-radius: 0.4em;
border-top-right-radius: 0.4em;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
font-weight: bold;
display: block;
color: #fff;
@ -45,4 +58,16 @@
.content {
margin-bottom: 0;
}
&.warning {
background-color: #E5EABB;
.title {
background-color: rgb(187, 185, 13);;
}
.title::before {
content: "\f071";
}
}
}