Faguss

Firefox Stylish - Google Search underline

Mar 12th, 2014
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. @-moz-document domain('google.com'), domain('google.pl')
  2. {
  3.     h3.r
  4.     {
  5.        text-decoration: underline;
  6.     }
  7.  
  8.     #res h3
  9.     {
  10.        font-size: 16px !important;
  11.     }
  12.    
  13.     .st
  14.     {
  15.     line-height: 16px;
  16.     }
  17.    
  18.     .rc .s
  19.     {
  20.     line-height: 17px;
  21.     }
  22.  
  23.  
  24. /* Option to move results to the left 25% */
  25. /*
  26. #hdtb_msb > .hdtb_mitem:first-child, .ab_tnav_wrp, #cnt #center_col, .mw #center_col {margin-left: 85px;}
  27. #hdtb_msb > .hdtb_mitem.hdtb_msel:first-child {margin-left: 94px;}
  28. */
  29. }
Add Comment
Please, Sign In to add comment