Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
float:noneのところでコメント入れた
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacook committed Nov 11, 2014
1 parent 1cb9aef commit dd44c1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/statics/less/blogs.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ a {
padding-right: 25px;
padding-bottom: 15px;
.author-icon {
// アイコンとメッセージを縦方向中央揃えしてるけど、
// colクラス側でfloat:leftしてるのでそれ消すためにfloat:none
float: none;
padding-right: 10px;
}
Expand All @@ -76,6 +78,8 @@ a {
vertical-align: middle;
padding: 5px;
margin: 0;
// アイコンとメッセージを縦方向中央揃えしてるけど、
// colクラス側でfloat:leftしてるのでそれ消すためにfloat:none
float: none;
color: @text-color;
.border-radius(5px);
Expand Down

0 comments on commit dd44c1f

Please sign in to comment.