Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. @-moz-document url(about:newtab)
  2. {
  3.   /* Fix cell sizing. Note: you may need to play around with the values for different numbers of rows and columns */
  4.   /* Currently it works for 3 rows x 4 columns */
  5.   .newtab-cell { width: 22% !important; height: 21% !important; margin-bottom: 16px !important; }
  6.  
  7.   /* Fix grid sizing */
  8.   #newtab-grid { max-height: 500px !important; max-width: 800px !important; overflow: hidden !important; }
  9.  
  10.   /* Hide unnecessary elements */
  11.   #newtab-margin-top, #newtab-margin-bottom { display:none !important; }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement