Advertisement
Guest User

progressive.css

a guest
Jul 16th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. @media (max-width: 990px){
  2.   .doc-nav.affix {
  3.      position: static;
  4.      width: auto;
  5.      top: 0;
  6.     }
  7. }
  8.  
  9. @media (min-width: 990px){
  10.   .doc-nav.affix {
  11.      top: 60px;
  12.   }
  13.   .doc-nav.affix-bottom {
  14.      position: absolute;
  15.   }
  16. }
  17.  
  18. .doc-nav > li {
  19.     background: none repeat scroll 0 0 #F6F8FA;
  20.     margin-bottom: 1px;
  21.     width: 200px;
  22. }
  23.  
  24. .doc-nav > li.active > a {
  25.     font-weight: bold;
  26. }
  27.  
  28. .doc-nav .docs-progress-bar {
  29.     background: none repeat scroll 0 0 #DEE4EC;
  30.     bottom: 0;
  31.     left: 0;
  32.     position: absolute;
  33.     top: 0;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement