Difference between revisions of "Team:HFUT-China/doccss"
(Created page with "div.container{ background-color: #FAFFF0; } div#releases h3,div#releases p { margin-top: 4%; } div#api p{ margin-bottom: 5%; }") |
|||
Line 1: | Line 1: | ||
− | div.container{ | + | div.container { |
− | + | background-color: #FAFFF0; | |
} | } | ||
− | div#releases h3,div#releases p { | + | div#releases h3, |
− | + | div#releases p { | |
+ | margin-top: 4%; | ||
} | } | ||
− | div#api p{ | + | div#api p { |
− | + | margin-bottom: 5%; | |
} | } |
Latest revision as of 16:08, 18 September 2015
div.container {
background-color: #FAFFF0;
}
div#releases h3, div#releases p {
margin-top: 4%;
}
div#api p {
margin-bottom: 5%;
}