You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
187 B

6 years ago
  1. #userpic{
  2. height: 150px;
  3. width: auto;
  4. border: black 1px solid;
  5. }
  6. .inline{
  7. display: inline-block;
  8. }
  9. td{
  10. padding: 0px 5px;
  11. }
  12. table, td {
  13. border: 1px solid black;
  14. }