use border-box for everything

This commit is contained in:
marijus
2014-03-22 21:10:26 +01:00
parent c968a18db3
commit 13916566f0
6 changed files with 28 additions and 38 deletions

View File

@@ -426,4 +426,4 @@ function photos_create_item($channel, $creator_hash, $photo, $visible = false) {
$item_id = $result['item_id'];
return $item_id;
}
}