Guest User

Untitled

a guest
Sep 9th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.50 KB | None | 0 0
  1. .page-user {
  2.  
  3.   .group-left {
  4.  
  5.     width: auto !important;
  6.  
  7.     th, table, tbody {
  8.       border: none;
  9.     }
  10.    
  11.     th {
  12.       font-weight: bold;
  13.     }
  14.   }
  15.  
  16.   .group-right {
  17.  
  18.     width: auto !important;
  19.     float: none;
  20.     margin-left: 245px;
  21.  
  22.     .game-statistics {
  23.       margin-bottom: 15px;
  24.     }
  25.    
  26.     table {
  27.       .left {
  28.         width: 200px;
  29.       }
  30.     }
  31.    
  32.     dd {
  33.       margin: 0;
  34.     }
  35.   }
  36.  
  37.   .group-header {
  38.     margin-bottom: 15px;
  39.   }
  40. }
Add Comment
Please, Sign In to add comment