Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 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: 19% !important; height: 25% !important; }
  6. /* Fix grid sizing */
  7. #newtab-grid { max-height: none !important; max-width: none !important; overflow: auto !important; margin: 50%; }
  8. /* Hide unnecessary elements */
  9. #newtab-search-container, #newtab-search-logo, #newtab-margin-top, #newtab-margin-bottom, #newtab-intro-what, .newtab-side-margin, #newtab-customize-button, .newtab-undo-container { display:none !important; }
  10. }
  11.  
  12. #newtab-scrollbox {
  13. margin: auto !important;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement