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

 
Line 23: Line 23:
  
 
.part_name , .part_info{
 
.part_name , .part_info{
     text-align:justify;
+
     text-align:left;
 
     width:230px;
 
     width:230px;
 
     word-break:keep-all;
 
     word-break:keep-all;

Latest revision as of 13:39, 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:left;
   width:230px;
   word-break:keep-all;

}


.other{

   word-break:break-all;

}