選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

19 行
316 B

  1. body {
  2. padding-top: 50px;
  3. padding-bottom: 20px;
  4. }
  5. /* Set padding to keep content from hitting the edges */
  6. .body-content {
  7. padding-left: 15px;
  8. padding-right: 15px;
  9. }
  10. /* Set width on the form input elements since they're 100% wide by default */
  11. input,
  12. select,
  13. textarea {
  14. max-width: 280px;
  15. }