Advertisement
Guest User

Untitled

a guest
Apr 8th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. /*==========================================================*/
  2. /* almostdry custom CSS
  3. /*==========================================================*/
  4.  
  5. @media (min-width: 992px) {
  6.  
  7.     #content {
  8.         margin-left: 300px;
  9.     }
  10.  
  11.     #sidebar {
  12.         visibility: visible;
  13.         -webkit-transform: none;
  14.         transform: none;
  15.     }
  16.  
  17.     #sidebar:after {
  18.         display: none;
  19.     }
  20.  
  21.     #sidebar-button {
  22.         display: none;
  23.     }
  24.  
  25.     #overlay {
  26.         display: none;
  27.     }
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement