Commit 74d4031b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Minor UI improvements

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 5040dbfb
...@@ -19,6 +19,10 @@ ul.notes { ...@@ -19,6 +19,10 @@ ul.notes {
@extend .cgray; @extend .cgray;
padding-bottom: 15px; padding-bottom: 15px;
a:hover {
text-decoration: none;
}
.avatar { .avatar {
float: left; float: left;
margin-right: 10px; margin-right: 10px;
......
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
float: right; float: right;
margin-left: 20px; margin-left: 20px;
a:hover {
text-decoration: none;
}
.count { .count {
margin-left: 5px; margin-left: 5px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment