Advertisement
Guest User

Kino-Govno.com forum style fix

a guest
Mar 30th, 2013
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. #content, .main_width {
  2.     width: auto !important;
  3. }
  4.  
  5. #branding {
  6.     padding: 0 20px !important;
  7. }
  8.  
  9. #primary_nav {
  10.     padding: 4px 20px 0 !important;
  11. }
  12.  
  13. #user_navigation .ipsList_inline li:nth-child(4) {
  14.     margin-right: 20px !important;
  15. }
  16.  
  17. #board_statistics {
  18.     margin: 20px !important;
  19. }
  20.  
  21. .breadcrumb.bottom {
  22.     margin-left: 1% !important;
  23.     width: 98% !important;
  24. }
  25.  
  26. #footer_utilities {
  27.     padding: 10px 20px !important;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement