Added some uniformity, all css properties and values are separated by a colon and a space :

This commit is contained in:
Koen Punt 2012-11-23 17:33:43 +01:00
parent 755e4a4700
commit 84de1b71d1
26 changed files with 502 additions and 502 deletions

View file

@ -1,20 +1,20 @@
.profile_history {
.event_feed {
min-height:20px;
min-height: 20px;
.avatar {
width:20px;
width: 20px;
}
}
}
.profile_avatar_holder {
float:left;
width:60px;
height:60px;
margin-right:20px;
float: left;
width: 60px;
height: 60px;
margin-right: 20px;
img {
width:60px;
height:60px;
width: 60px;
height: 60px;
background:#fff;
padding: 1px;
border: 1px solid #ddd;