My beer compendium
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.

23 lines
344 B

3 years ago
  1. .infopanel{
  2. background:#343a40;
  3. color:#fff;
  4. min-height:2.5rem;
  5. vertical-align:middle;
  6. border-bottom: 1px solid #454d55;
  7. padding: 15px;
  8. }
  9. .backlink{
  10. text-align: right;
  11. float:right;
  12. }
  13. #editbuttons{
  14. list-style:none;
  15. }
  16. #editbuttons li{
  17. list-style:none;
  18. padding: 15px;
  19. }
  20. #navline1, #navline2{
  21. text-align:center;
  22. padding:10px;
  23. }