Merge remote-tracking branch 'refs/remotes/origin/master' into group-chat

main
barisusakli 9 years ago
commit 1823451f42

@ -13,10 +13,6 @@
}
@media (max-width: 980px) {
html, body {
height: 100%;
}
body {
padding-top: 0;
padding-bottom: 0;

@ -34,6 +34,35 @@
}
.posts {
h1 {
font-size: 22px;
margin: 10px 0;
}
h2 {
font-size: 20px;
}
h3 {
text-transform: uppercase;
font-size: 16px;
font-weight: 900;
}
h4 {
font-size: 17px;
}
h5 {
font-weight: 800;
text-transform: uppercase;
}
h4, h5, h6 {
margin-top: 15px
}
.icon {
position: relative;
border-radius: 50%;

@ -1,6 +1,6 @@
{
"name": "nodebb-theme-persona",
"version": "4.0.44",
"version": "4.0.45",
"nbbpm": {
"compatibility": "^0.8.2 || ^0.9.0"
},

Loading…
Cancel
Save