User profile restyle. Feed(Atom) links for commits & issues

This commit is contained in:
Dmitriy Zaporozhets 2011-12-19 23:32:59 +02:00
parent 54fb0f8589
commit a2d3b21189
16 changed files with 147 additions and 92 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

View file

@ -40,6 +40,9 @@
.append-bottom-10 {
margin-bottom:10px;
}
.append-bottom-20 {
margin-bottom:20px;
}
.prepend-top-10 {
margin-top:10px;
}

View file

@ -639,3 +639,11 @@ h4.middle-panel {
background: #4A2;
color: white;
}
.rss-icon {
margin:0 15px;
padding:5px;
border:1px solid #ccc;
border-radius:3px;
float:left;
}