Advertisement
Guest User

Untitled

a guest
Mar 17th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("softwarerecs.stackexchange.com") {
  4.   /* Compress header */
  5.   #header { height:60px; }
  6.   .container { box-shadow: 0px 60px 0px #EBF2F5 inset; }
  7.   br.cbt  { display:none; }
  8.   #hmenus { top:25px; }
  9.   #hlogo { margin:20px 0 0; }
  10.  
  11.   /* Compress content */
  12.   #content { padding-top:15px; }
  13.   .subheader { height:30px; }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement