Added some uniformity, all css properties and values are separated by a colon and a space :
This commit is contained in:
parent
755e4a4700
commit
84de1b71d1
26 changed files with 502 additions and 502 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue