Difference between revisions of "Template:SZU China/Playground/Collaboration/CSS"
(Created page with ".content-box{ width:90%; margin:auto; background-color:#f5f5f5; color:#000; } .content-heading{ text-align:center; border-bottom:1px solid #111;...") |
|||
Line 9: | Line 9: | ||
.content-heading{ | .content-heading{ | ||
text-align:center; | text-align:center; | ||
− | |||
padding:8px 0; | padding:8px 0; | ||
} | } |
Revision as of 12:06, 16 September 2015
.content-box{
width:90%; margin:auto; background-color:#f5f5f5; 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:300px;
}
.other{
word-break:break-all;
}