Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

24 rader
416 B

  1. .paginationjs-prev{
  2. /*background: lightgrey;*/
  3. border: 1px solid;
  4. border-color: darkgray;
  5. width: 25px;
  6. height: 25px;
  7. display: inline-block;
  8. color: black;
  9. line-height: 25px;
  10. text-align: center;
  11. }
  12. #go{
  13. height: 24px;
  14. color: black;
  15. background-color: white;
  16. line-height: 20px;
  17. text-align: center;
  18. border: 1px solid;
  19. border-color: darkgray;
  20. margin-left: 20px;
  21. cursor: default;
  22. display: inline-block;
  23. }