Advertisement
srikat

Untitled

Jan 6th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. /* Custom styles by Sridhar */
  2.  
  3. #header {
  4.     position: fixed;
  5.     top: 0;
  6.     z-index: 999;
  7.     background: #333;
  8.     width: 100%;
  9. }
  10.  
  11. #header .wrap {
  12.     min-height: 70px;
  13. }
  14.  
  15. .header-image #title-area, .header-image #title, .header-image #title a {
  16.     height: 60px;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement