Commit 95342c7f by Masaru Abe

#12612 【SB】WebViewerでレイアウトが乱れる

parent e5f32add
......@@ -395,6 +395,7 @@ a:hover.btn_bott{
float:left;
height:120px;
margin:0 0 0 15px;
width:480px;
}
.cnt_section_list .text a.name{ color:#fff;font-size:18px;}
.cnt_section_list .text a.name:hover{ text-decoration:none;}
......@@ -409,11 +410,20 @@ color:#ccc;
font-size:13px;
}
/*---*/
.cnt_section_list .text .info{ overflow:hidden; margin-top:10px;}
.cnt_section_list .text .info{
overflow:hidden;
margin-top:10px;
width:490px;
}
.cnt_section_list .text ul.pic{
/*
float:left;
margin-left:90px;
*/
float:right;
margin-right:30px;
}
.cnt_section_list .text ul.pic li{
height:68px;
......
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