User profile restyle. Feed(Atom) links for commits & issues
This commit is contained in:
parent
54fb0f8589
commit
a2d3b21189
16 changed files with 147 additions and 92 deletions
BIN
app/assets/images/rss_icon_gray.png
Normal file
BIN
app/assets/images/rss_icon_gray.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 844 B |
|
@ -40,6 +40,9 @@
|
|||
.append-bottom-10 {
|
||||
margin-bottom:10px;
|
||||
}
|
||||
.append-bottom-20 {
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.prepend-top-10 {
|
||||
margin-top:10px;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue