Difference between revisions of "Template:SZU China/Playground/Parts/CSS"

Line 25: Line 25:
 
     text-align:center;
 
     text-align:center;
 
     word-break:break-all;
 
     word-break:break-all;
     width:200px;
+
     width:230px;
 
}
 
}
  

Revision as of 13:34, 17 September 2015

.content-box{

   width:90%;
   margin:auto;
   background-color:#fff;
   color:#000;

}

.content-heading{

   text-align:center;
    padding:8px 0;

}

.content-text{

   padding:0 20px 15px;

}


.part{

   width:30

}


.part_name , .part_info{

   text-align:center;
   word-break:break-all;
   width:230px;

}


.other{

   word-break:break-all;

}