when setting font_size - the expert setting needs units. Otherwise you can't switch from px to em

This commit is contained in:
friendica
2013-11-14 19:42:21 -08:00
parent 613ff90e6a
commit fa79085bd5
2 changed files with 2 additions and 2 deletions

View File

@@ -1013,7 +1013,7 @@ footer {
.wall-item-content {
margin-left: 10px;
overflow: auto;
font-size: $font_sizepx;
font-size: $font_size;
}
.wall-item-content img {